@extends('layouts.branch') @section('title', 'Add PRO') @section('header', 'Register New Reference') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Branch Masters', 'url' => '#'], ['name' => 'PRO Master', 'url' => route('branch.pros.index')], ['name' => 'Add PRO', 'url' => route('branch.pros.create')] ] ])
@csrf

Reference Identity

Capture photo and basic contact details

Profile picture helps in quick identification

@error('first_name')

{{ $message }}

@enderror
@error('mobile_number')

{{ $message }}

@enderror
Cancel
@endsection @push('scripts') @endpush