@extends('admin.project.main') @section('projectCSS') @endsection @section('projectContent')
{{ csrf_field() }}
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif, docx, xls, xlsx, csv and pdf') }}
{!! $dataTable->table(['class' => 'table table-striped table-hover dt-responsive', 'width' => '100%', 'cellspacing' => '0']) !!}
@endsection @section('projectJS') {!! $dataTable->scripts() !!} @endsection