@extends('layouts.admin')
@section('content')
Exit Countries
From |
To |
Reason |
Where |
Status |
Item |
Action
|
@foreach ($collection as $item)
{{ $item->from }}
|
{{ $item->to }}
|
{{ $item->reason }}
|
{{ $item->where }}
|
{{ $item->status }}
|
@if ($item->item)
{{ $item->item->common_name }}
@endif
|
|
@endforeach
@endsection
@section('js')
@endsection