@extends('layouts.master') @section('pagetitle') Edit Category @endsection @section('title') Edit Category @endsection @section('content')
@csrf
@error('image')
{{ $message }}
@enderror
@endsection @section('script') @endsection