@extends('layouts.app') @section('title') {{ __('messages_301.Products') }} @endsection @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), __('messages_301.Products') => route('admin.products.index'), $item->name => 'active', ], ])
{{-- start main data --}} {{-- end main data --}} {{-- start media --}} {{-- end media --}}
@endsection @section('script') @endsection