@extends('layouts.admin.app') @section('title', __('trans.chapter.edit_chapter')) @section('content')
{{ __('trans.chapter.title') }} @yield('title')
@method('put') @csrf
{{--
--}}
@endsection @section('css') @endsection @section('js') @endsection