@extends('pages.admin.layout') @section('content')

Edit Category

Edit Category

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ method_field('PUT') }} @csrf
Available on which site
@if($category->getFirstMediaUrl('images','thumb')) @endif
@endsection @section('scripts') @append