@extends('layouts.app') @section('title') {{__('Create Barcodes')}} @endsection @section('breadcrumb')

{{__('Barcode')}}

@endsection @section('content')

{{__('Create Barcode')}}

@csrf @include('admin.barcodes._form')
@endsection @section('scripts') @endsection