@extends('backend.layouts.app') @section('title') References @endsection @section('content') @section('toolbar') @include('backend.layouts.nav', ['current' => 'Dashboard']) @endsection
References
@if(Auth::user()->can('add reference')) New References @endif @if (Auth::user()->can('delete reference')) Delete @endif
ID Code Year Organization @if (Auth::user()->can('delete reference')) @else @endif Actions
@endsection @section('scripts_lib') @include('backend.pages.references.partials.js') @endsection