@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['service-section-create','service-section-edit'])

Add Service Sections

@csrf
@can('service-section-create') Save @endcan @can('service-section-edit') @endcan
@endcanany @can('service-section-list')

View Service Sections

@endcan @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection