@extends('layouts.app') @section('title', 'Create Company') @section('page-title', 'Create New Company') @section('content')
Company Information
@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Cancel
@endsection