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

Agent Releases

{{----}}
{{--style="border: solid #555555;padding:5px; border-radius: 7px;"--}}
{{ csrf_field() }}
{{--
--}}
{{-- @foreach($rpts as $rpt) @endforeach
ID Reservation Date Client Name Project Blk / Lot Contract Price Net Price Developer Agent Team Actions
{{$rpt->id}} {{date("d-M-Y", strtotime($rpt->reservation_date))}} {{$rpt->client->client_name}} {{$rpt->project->name}} Blk {{$rpt->blk}}/Lot {{$rpt->lot}} {{number_format($rpt->total_selling_price,2)}} {{number_format($rpt->net_selling_price,2)}} {{$rpt->project->developer->name}} {{$rpt->agent->fullname}} {{$rpt->agent->team->name}}
@if(Session('info'))
@endif--}}
@stop @section('script') @stop