@extends('layouts.app') @section('title', $app_setting['name'] . ' | Chapter Create') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
New Chapter
@csrf
{{--
--}}
@endsection @push('scripts') @endpush