@extends('dispatch._layout') @section('body')
@if(session('message')) @endif
Personal Information:
Full Name:
{{ $user->firstname }} {{ $user->lastname }} {{ $user->middlename }}
Date Of Birth:
{{ $user->dateofbirth ? date('d.m.Y', strtotime($user->dateofbirth)) : '-' }}
Cell Phone:
{{ $user->cellphone ? $user->cellphone : '-' }}
Home Phone:
{{ $user->homephone ? $user->homephone : '-' }}
Email:
{{ $user->email }}
SSN:
{{ $user->ssn ? $user->ssn : '-' }}
Inform by:
Email Phone
@endsection @section('script') @endsection