@extends('layouts.fixed') @section('title','WELL GROUP | All Other Bookings') @section('content') Other Bookings Home Other Bookings Budget Sheet Style No. Item To Attn Subject Date Created At Action @foreach($other_bookings as $other) {{$other->budget_sheet_style != null ? $other->budget_sheet_style->style : ''}} {{$other->item}} {{$other->to}} {{$other->attn}} {{$other->sub}} {{$other->date}} {{$other->created_at}} {{ Form::open(['url'=>['merchandise/other-delete',$other->id],'method'=>'delete','onsubmit'=>'return confirmDelete()']) }} @can('merchandiser') {{ Form::close() }} @endcan @endforeach @stop @section('style') @stop @section('plugin') @stop