@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title',trans('lang.deliveryslot_table')) @section('content') @include('flash::message') @include('adminlte-templates::common.errors')

Notification Sound On/Off

{!! Form::label('sound',"Sound", ['class' => 'col-5 control-label text-right']) !!}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush