芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/proposal-template/index.blade.php
@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')
@lang('app.clearFilters')
@endsection @section('content')
@lang('modules.proposal.addProposalTemplate')
{!! $dataTable->table(['class' => 'table table-hover border-0']) !!} @if (!in_array('client', user_roles()))
@lang('app.selectAction')
@lang('app.delete')
@endif
@endsection @push('scripts') @include('sections.datatable_js') @endpush