@extends('backend.layouts_backend.master2') @section('title') Add Parish @endsection @section('content') {{-- header --}}

Add Parish


{{-- end header --}}
@csrf

@if ($errors->has('sub_county_id')) {{-- {{ $errors->first('name') }} --}} @endif

{{-- validation --}} @if ($errors->has('parish_name')) {{-- {{ $errors->first('name') }} --}} @endif
{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection