@extends('admin.layouts.master') @section('title', 'New Company') @section('page-title', 'New Company') @section('breadcrumbs') @endsection @section('content')

Register Company

Add the company details. Create its login afterwards under Users.
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Cancel
@endsection