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

MANAGER

MANAGER

@include('includes.messages')
{{ csrf_field() }} {{ method_field('PUT') }}
@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
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
signature }}>
{{--
--}} @if ($manager->signature != null)
@endif
@endsection @section('more-scripts') @endsection