@extends('dashboard.layouts.layouts') @section('content')

Captains

{{$title}}

@csrf
@if ($errors->has('UserName')) {{ $errors->first('UserName') }} @endif
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
@if ($errors->has('id_number')) {{ $errors->first('id_number') }} @endif
@if ($errors->has('from')) {{ $errors->first('from') }} @endif
@if ($errors->has('to')) {{ $errors->first('to') }} @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('role_id')) {{ $errors->first('role_id') }} @endif
{{-- --}} @if ($errors->has('phone')) {{ $errors->first('branch') }} @endif
Back
@endsection