@extends('admin.layouts.master') @section('title') Quotation @stop @section('style') @stop @section('content')

Quotation

@foreach($props as $prop) {{----}} @endforeach
ID Reservation Date Client Name House Model Blk / Lot Total Selling Agent Actions
{{$prop->id}} {{date("d-M-Y", strtotime($prop->reservation_date))}} {{$prop->client_name}} {{$prop->house_model}} Blk: {{$prop->blk}} / Lot: {{$prop->lot}} {{number_format($prop->total_selling_price,2)}} {{$prop->agent->firstname}} {{$prop->agent->lastname}}{{$prop->active}} {{----}}
@if(Session('info'))
@endif
@stop @section('script') @stop