@extends('backend.layouts.app') @section('title') Mat Assurances @endsection @section('content') @section('toolbar') @include('backend.layouts.nav', ['current' => 'Dashboard']) @endsection
Mat Assurances
@if(Auth::user()->can('add mat assurance')) New Mat Assurance @endif @if (Auth::user()->can('delete mat assurance')) Delete @endif
ID Name @if (Auth::user()->can('delete mat assurance')) @else @endif Actions
@endsection @section('scripts_lib') @include('backend.pages.mat-assurances.partials.js') @endsection