@extends('layouts.default') @section('title') Agency Register @endsection @section('header-style') @endsection @section('content')

Agency Register


{!! csrf_field() !!}
@if ($errors->has('agency_name')) {{ $errors->first('agency_name') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
+88
@if ($errors->has('mobile_no')) {{ $errors->first('mobile_no') }} @endif
@include('register.shared.mediaUpload')
 
@include('register.agencyList')
{{----}} @endsection