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