@extends('layouts.branch') @section('title', 'Edit PRO') @section('header', 'Edit PRO Details') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Branch Masters', 'url' => '#'], ['name' => 'PRO Master', 'url' => route('branch.pros.index')], ['name' => 'Edit: ' . $pro->full_name, 'url' => '#'] ] ])
@csrf @method('PUT')

Edit PRO: {{ $pro->full_name }}

Update photo and personal details

@if($pro->profile_pic) @else @endif

Update the identity photo if required

@error('first_name')

{{ $message }}

@enderror
@error('mobile_number')

{{ $message }}

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