@extends('layouts.app') @section('title', $app_setting['name'] . ' | Chapter Update') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Edit Chapter
@csrf @method('PUT')
@foreach ($chapter->contents as $content)
{{--
--}}
is_forwardable) checked @endif>
@endforeach
@endsection @push('scripts') @endpush