@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.page.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif {{ trans('cruds.page.fields.title_helper') }}
@if($errors->has('description')) {{ $errors->first('description') }} @endif {{ trans('cruds.page.fields.description_helper') }}
@if($errors->has('status')) {{ $errors->first('status') }} @endif {{ trans('cruds.page.fields.status_helper') }}
@endsection @section('scripts') @endsection