@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

MANAGER

MANAGER

@include('includes.messages')
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('rank')) {{ $errors->first('rank') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
{{--
--}}
@endsection @section('more-scripts') @endsection