@extends('admin.layouts.dashboard') @section('title', 'Edit Block Category') @section('content')

Edit Block Category

← Back
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Cancel
@endsection