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

Fabric Bookings


@foreach($fabric_bookings as $fabric) @endforeach
Budget Sheet Style No. To ATTN Subject Date Created At Action
{{$fabric->budget_sheet_style != null ? $fabric->budget_sheet_style->style : ''}} {{$fabric->to}} {{$fabric->attn}} {{$fabric->sub}} {{$fabric->date}} {{$fabric->created_at}} {{ Form::open(['url'=>['merchandise/fabric-delete',$fabric->id],'method'=>'delete','onsubmit'=>'return confirmDelete()']) }} @can('merchandiser')           {{ Form::close() }} @endcan
@stop @section('style') @stop @section('plugin') @stop