@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')