@extends('layouts.app') @section('title', $app_setting['name'] . ' | Category Edit') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Edit Category
@csrf @method('PUT')
Current image
is_featured) checked @endif>
@endsection