@extends('admin.admin_master') @section('content-header', 'Add 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')) {{ $errors->first('province') }} @endif
@if ($errors->has('district')) {{ $errors->first('district') }} @endif
@if ($errors->has('municipality')) {{ $errors->first('municipality') }} @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
{{-- --}}

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