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

Add Form Type

@csrf
{{url('/')}}/
@can('form-type-create') Save @endcan @can('form-type-edit') @endcan
@endcanany @can('form-type-list')

View Form Types

# Form Type Name Form Type Link Status Added By Actions
@endcan @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- ########################################################################## --}} @endsection