@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
@foreach ($countries as $item)

{{__("genral.delete_msg")}}


@csrf @method('delete')

@endforeach
# {{ __('genral.Country AR') }} {{ __('genral.Country EN') }} {{ __('genral.action') }}
{{ $item->id }} {{ $item->name }} {{ $item->name_en }}
@endsection @section('scripts') @endsection