@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }} @if (Helper::checkAccess('till_add')) @endif

{{ __('lbl.title') }} {{ __('lbl.action') }}
{{Form::hidden('tillcashdrawer',route('tillcashdrawer.index'),['id'=>'tillcashdrawer'])}} @endsection @section('pagescript') {!! Helper::datatablelib('tillcashdrawer/list.js') !!} @stop