@extends('layouts.main') @section('title', 'Create Company') @section('content')
Back to Companies

Create New Company

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Cancel
@endsection