芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/admin/currencies/view.blade.php
@extends('admin.layouts.master') @section('title', __('Currencies')) @section('head_style')
@endsection @section('page_content')
{{ __('Currencies') }}
@if (Common::has_permission(auth('admin')->user()->id, 'add_currency'))
{{ __('Add Currency') }}
@endif
{!! $dataTable->table(['class' => 'table table-striped table-hover dt-responsive', 'width' => '100%', 'cellspacing' => '0']) !!}
@endsection @push('extra_body_scripts') {!! $dataTable->scripts() !!} @endpush