@extends('backend.layouts.master') @section('title', __('static.currency.currencies')) @section('content')
{{ __('static.currency.currencies') }}
@can('backend.currency.create') @endcan @can('backend.currency.destroy') @endcan
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush