@extends('layouts.app') @section('title', 'Edit Material') @section('content')

Edit Training Material

Back
@csrf @method('PUT') @include('training.partials.alerts')
@if($material->file_path)
View Current File
@endif Leave empty to keep current file
is_mandatory) ? 'checked' : '' }}>
is_active) ? 'checked' : '' }}>
Cancel
@endsection