Form Wizard
@if(Session::has('response'))
{!!Session::get('response')['message']!!}
@endif
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
|
|
stuff | Parents | Contact | Location | Resume | Create Date | Status | Action |
|---|---|---|---|---|---|---|---|---|
|
|
|
{{$stuff?->father_name}} {{$stuff?->mother_name}} |
{{$stuff?->phone}} {{$stuff?->email}} |
{{$stuff?->address}},{{$stuff?->district->district}}, {{$stuff?->division->divison}},{{$stuff?->country->country}} |
Download | {{$stuff?->created_at}} | @if($stuff->status === 1) Active @else Deactive @endif | |
| {{__('No data founds!')}} | ||||||||