@extends('layouts.app') @section('title') {{ __('messages.Barcode reader') }} @endsection @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), __('messages.Barcode reader') => 'active', ], ])

CODE :

3dRocket
@endsection @section('script') @endsection