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

Agency Register


@method('PUT') {!! csrf_field() !!}
@if ($errors->has('agency_name')) {{ $errors->first('agency_name') }} @endif
  • status) && $data->status == 'A' ? 'checked' : ''}}>
  • status) && $data->status == 'I' ? 'checked' : ''}}>
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
+88
@if ($errors->has('mobile_no')) {{ $errors->first('mobile_no') }} @endif
@include('register.shared.mediaDownload')
  Cancel
@include('register.agencyList')
@endsection