@extends('sysadmin.layouts.app') @section('custom-css') @endsection @section('post-header')
@endsection @section('content')
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('surname')) {{ $errors->first('surname') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{--
--}} {{----}} {{----}} {{--
--}} @if ($errors->has('transportType')) {{ $errors->first('transportType') }} @endif
Back to List
@endsection