@extends('layouts.master') @section('styles') @endsection @section('content') @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('admin.dashboard')], ['label' => 'Setting', 'url' => route('admin.settings')], ['label' => 'Currencies', 'url' => '#', 'active' => true], ]; @endphp
@csrf
@php $columns = [ ['checkbox' => false, 'class' => 'ps-4','label'=>'ID'], ['label' => 'Currency Name'], ['label' => 'Code'], ['label' => 'Symbol'], ['label' => 'Action'], ]; @endphp
{{-- Model --}} {{-- End model --}} @endsection @section('scripts') @include('layouts.components.common-script') @endsection