@extends('oxygen::layouts.master-dashboard') @section ('content') {{ lotus()->pageHeadline($pageTitle) }} {{ lotus()->breadcrumbs([ ['Dashboard', route('dashboard')], ['Test Audio & Video', route('manage.testvideo.index')], [$pageTitle, null, true] ]) }}
{{ csrf_field() }} {{ method_field('put') }}




Cancel
@stop