@extends('layouts.app') @section('content')

Kitchen order tickets

All KOT's under your selected branch is listed here, you can edit, disable or manage them from here.
{{-- Lead Sources --}}
{{-- What all are the source of your business deals? --}} {{-- These settings will be applicable for all the leads and customers regardless of their status like suspects, prospects, qualified and converted. --}}
Kitchen order tickets
Description
@foreach($kotlist as $key=>$kotdata)
@endforeach

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @stop