@extends('main') @section('content')

{{ __('lang.maintenance_list') }}

@if (Auth::user()->role == 1) @endif
{{ $dataTable->table(['class' => 'table table-striped', 'width' => '100%'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush