@extends('admin.layouts.app') @section('title', ($category ? 'Edit category' : 'New category').' — ExtraCash Admin') @section('page-title', $category ? 'Edit category' : 'New category') @section('breadcrumb', 'Marketplace categories') @section('content')
← Back to categories
@csrf
@error('name')

{{ $message }}

@enderror
@error('slug')

{{ $message }}

@enderror
@error('sort_order')

{{ $message }}

@enderror
is_active ? 1 : 0) : 1) ? 'checked' : '' }} />
@endsection