@extends('layouts.app') @section('title', 'Admin Brand') @section('breadcrumb', 'Manage Admin Brand') @section('sub-breadcrumb') Edit Admin Brand @endsection @section('admin-brand', 'kt-menu__item--open kt-menu__item--here') @section('list-admin-brand', 'kt-menu__item--active') @section('content')
@include('layouts.notification') {{-- begin: Search form --}}
@csrf
@
@if($level == 1)
@endif
Brands

@foreach ($brand['result'] as $item)
@endforeach
Feature
@foreach ($feature as $key => $value)
@foreach ($value as $item)
@endforeach
@endforeach
{{-- --}}
{{-- end: Search form --}}
@endsection @section('custom-script') @endsection