@extends('layouts.admin') @section('pageTitle','Categories') @section('innerTitle') @lang('site.edit') @lang('admin.category'): {{ $category->name }} @endsection @section('breadcrumb')
  • @lang('admin.dashboard')
  • @lang('admin.categories')
  • @lang('site.edit') @lang('admin.category')
  • @endsection @section('content')
    {{ method_field('PATCH') }} {{ csrf_field() }} @include ('admin.categories.form', ['formMode' => 'edit'])
    @endsection @section('footer') @endsection @section('header') @endsection