@extends('admin.layouts.main-layout') @section('content')

Add New Firm

@if ($errors->any())
Please resolve following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('footerJsCode') @vite(['resources/js/admin/firms.js']) @endsection