@extends('layouts.admin') @section('content')

Training Video

Create Item

@csrf
@if(isShowContent('create.video')) @endif

Edit Item

@csrf
@if(isShowContent('update.video')) @endif

Delete Item

@csrf
@if(isShowContent('delete.video')) @endif
@endsection @push('script') @endpush