@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',
],
])
@endsection
@section('script')
@endsection