{{-- Extends layout --}} @extends('admin.layouts.app') {{-- Content --}} @section('content')

{{ __('Update')}} {{ $record->title }}

@csrf @method('PATCH')
@component('admin.components.input',[ 'label'=>__('Title'), 'name'=>'title', 'value'=>$record->title, 'placeholder'=>__('Please enter title') ]) @endcomponent
parent->title??NULL}}>
@endsection @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @component('admin.components.specie_js') @endcomponent @endsection