@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'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
No. Name Description Action
@endsection @section('vendor-script') @endsection @section('page-script') @endsection