@extends('admin.layout') @section('content') Edit Revision Material Dashboard Revision Material Revision Material List Add Revision Material @csrf Type type=='revision')?"selected":""}}>Revision type=='material')?"selected":""}}>Material @if ($errors->has('type')) {{ $errors->first('type') }} @endif Chapter @if ($errors->has('chapters')) {{ $errors->first('chapters') }} @endif Submit @endsection @push('footer-script') @endpush