@extends('layouts.master') @section('title') {{ __('sidebar.viewcountry') }} @endsection @section('css') @endsection @section('body')
@endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{ __('sidebar.viewcountry') }} @endslot @slot('subtitle') {{ __('sidebar.country') }} @endslot @endcomponent| # | {{ __('genral.Country AR') }} | {{ __('genral.Country EN') }} | {{ __('genral.action') }} | |
|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->name_en }} |
|
|