@extends('layouts.main_dashboard.app') @php($routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin') @section('styles') @endsection @section('title', __('dashboard.Edit Material') @section('page_heading', __('dashboard.Edit Material')) @section('breadcrumb') @endsection @section('actions') {{ __('dashboard.View All Materials') }} @endsection @section('content')

{{ __('dashboard.Edit Material') }}

@csrf @method('PUT')
{{ __('dashboard.Current File') }}
{{ basename($material->material) }} {{ __('dashboard.Uploading a new file or recording will replace the current one.') }}

{{ __('dashboard.Drag and drop files here or click to select files') }}

{{ __('dashboard.Note:') }}
{{ __('dashboard.Select either Audio or Video recording. The recorded file will replace the current file upon saving.') }}
{{ __('dashboard.Preview:') }}
00:00

{{ __('dashboard.Recording in progress...') }}

{{ __('dashboard.Recording ready! Click Save below to update.') }}
{{ __('dashboard.Cancel') }}
@endsection @section('scripts') @endsection