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

Add Outfits

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

View Outfits

@endcan {{-- #########################View Modal################################### --}} {{-- #########################End Of View Modal############################ --}} @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection