@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
country
@foreach ($countries as $country) @endforeach
Sl # Name Currency Tax SRT ECAL FNPF Status Actions
{{ $loop->iteration }} {{ $country->name }} {{ $country->currency }} {{ $country->tax }} {{ $country->srt_tax }} {{ $country->ecal_tax }} {{ $country->fnpf }} status ? 'checked' : '' }}>
@csrf @method('DELETE')
@endsection @push('custom_css') @endpush @push('custom_js') @endpush