@extends('layouts.master-vnext') @section('page-title') PUB @endsection @section('content') @include('common.errors')
{{ csrf_field() }}
{{ Form::customSelect('shift', ["MS" => "Morning shift", "NS" => "Night shift"], $shift) }}
{{ Form::customSelect('account', $accounts->pluck('displayNameForPos', 'id')) }}
{{ Form::customSelect('table', $tables) }}
{{ Form::customText('barcode') }}
{{ csrf_field() }}
@endsection @section('js') @endsection