@extends('admin.layouts.master') @section('title') Agent @stop @section('style') @stop @section('content')

New Agent

@if($errors->has('code')) {{$errors->first('code')}} @endif
@if($errors->has('username')) {{$errors->first('username')}} @endif
@if($errors->has('fullname')) {{$errors->first('fullname')}} @endif
@if($errors->has('email_ad')) {{$errors->first('email_ad')}} @endif
@if($errors->has('address')) {{$errors->first('address')}} @endif
@if($errors->has('fb')) {{$errors->first('fb')}} @endif
@if($errors->has('contact_no')) {{$errors->first('contact_no')}} @endif
@if($errors->has('position')) {{$errors->first('position')}} @endif
@if($errors->has('team_id')) {{$errors->first('team_id')}} @endif
{{--Checkbox--}} {{--
Requirements
{{-- --}} {{--
--}} {{--
Orientation
--}} {{--
--}}
Cancel
{{csrf_field()}}
@if(Session('info'))
@endif
@stop @section('script') @stop