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

Exit Countries

Exit Countries

Add Exit Country
@foreach ($collection as $item) @endforeach
From To Reason Where Status Item Action
{{ $item->from }} {{ $item->to }} {{ $item->reason }} {{ $item->where }} {{ $item->status }} @if ($item->item) {{ $item->item->common_name }} @endif
@method('put') @csrf
@method('put') @csrf
@endsection @section('js') @endsection