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

Edit Reference: {{ $referralSource->full_name }}

Update photo and personal details

@if($referralSource->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