@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.masterChapter.title_singular') }}: {{ trans('cruds.masterChapter.fields.id') }} {{ $masterChapter->id }}
@livewire('master-chapter.edit', [$masterChapter])
@endsection