{{-- resources/views/guests/companies/create.blade.php --}} @extends('layouts.app') @section('title', 'Add Company') @section('page_title', 'Add Company') @section('page_subtitle', 'Create a corporate account') @section('content')
Company Details
@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection