@extends('layouts.main') @section('title', $data['title']) @section('content')
@if ($data['userType'] != 0 && (canCreate('Label Preparation'))) Add Label Preparation (Alt + N) @endif
@endsection('content') @section('custom-scripts') {{-- --}} @endsection