@extends('layouts.fixed') @section('title','WELL GROUP | All Other Bookings') @section('content')

Other Bookings


@foreach($other_bookings as $other) @endforeach
Budget Sheet Style No. Item To Attn Subject Date Created At Action
{{$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
@stop @section('style') @stop @section('plugin') @stop