@extends('admin.layouts.admin-master') @section('page-title') {{__("Country Manage")}} @endsection @section('content')

{{__("Country Manage")}}

Add New
@forelse($all_data as $data) @empty @endforelse
ID Name Currency Phone Code Status Action
{{$data->id}} {{$data->emoji}} {{$data->name}} {{$data->currency}} ({{$data->currency_symbol}}) {{$data->phone_code}} {{\App\Enums\StatusEnums::label($data->status)}}
not data found
@endsection @section('scripts') @endsection