@extends('layouts/contentLayoutMaster') @section('title', 'Designations') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') Designations @can('Create Designation') Add New @endcan @if ($message = Session::get('success')) {{ $message }} @endif @if ($errorMessage = Session::get('errorMessage')) {{ $errorMessage }} @endif No. Name Description Action @endsection @section('vendor-script') @endsection @section('page-script') @endsection