@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('head') @parent @endsection @section('buttons') @parent @if($admin->hasPermission('products-management')) @endif @endsection @section('content') @include(config('template.admin.view') .'.products.product_header')
{{__('main.Key')}} {{__('main.Options')}} {{__('main.Visible')}} {{__('main.Order')}}
{{__('main.Key')}} {{__('main.Options')}} {{__('main.Visible')}} {{__('main.Order')}}
@endsection @section('js') @parent @endsection