@extends('admin.layout') @section('content') Material Chapter Dashboard {{ $info->name }} Material List Add Material Chapter Add Material Chapter Material List @csrf @if ($errors->has('chapters')) {{ $errors->first('chapters') }} @endif Submit @endsection @push('footer-script') @endpush