@extends('admin.admin_master') @section('content-header', 'Edit Branches') @section('content')
@if ($errors->has('title_en'))
{{ $errors->first('title_en') }}
@endif
@if ($errors->has('title_np'))
{{ $errors->first('title_np') }}
@endif
@if ($errors->has('province_id')) {{ $errors->first('province_id') }} @endif
@if ($errors->has('district_id')) {{ $errors->first('district_id') }} @endif
@if ($errors->has('municipality_id')) {{ $errors->first('municipality_id') }} @endif
@if ($errors->has('branchward'))
{{ $errors->first('branchward') }}
@endif
@if ($errors->has('tole_en'))
{{ $errors->first('tole_en') }}
@endif
@if ($errors->has('tole_np'))
{{ $errors->first('tole_np') }}
@endif
@if ($errors->has('branchmanager_en'))
{{ $errors->first('branchmanager_en') }}
@endif
@if ($errors->has('branchmanager_np'))
{{ $errors->first('branchmanager_np') }}
@endif
@if ($errors->has('branchincharge_en'))
{{ $errors->first('branchincharge_en') }}
@endif
@if ($errors->has('branchincharge_np'))
{{ $errors->first('branchincharge_np') }}
@endif

@if ($errors->has('phonenumberbranch')) {{ $errors->first('phonenumberbranch') }} @endif
@if ($errors->has('branchemail')) {{ $errors->first('branchemail') }} @endif
@if ($errors->has('fax_no')) {{ $errors->first('fax_no') }} @endif
@if ($errors->has('latitude')) {{ $errors->first('latitude') }} @endif
@if ($errors->has('longitude')) {{ $errors->first('longitude') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('description_np')) {{ $errors->first('description_np') }} @endif
@if ($Branches->image) image") !!}" alt="" style="height: 108px; object-fit:contain;" id="hide_image"> @endif

Insert Image Remove Image @if ($errors->has('image')) {{ $errors->first('image') }} @endif
{!! csrf_field() !!} {!! method_field('PATCH') !!}
@endsection @push('script') @endpush