@extends('Admin.layout.app') @section('content')
Update Action
@csrf @method('PUT')
@error('title') {{$message}} @enderror
@endsection