@extends("Manager.Master") @section("title") مدیر جدید@stop @section("content")
@if ($errors->first())
@foreach($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{ csrf_field() }}
{{--
--}} {{----}} {{----}} {{--
--}}
@stop