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

Commission Releases

@foreach($comms as $comm) {{----}} {{----}} @endforeach
ID Agent Name Unit Manager Referrer Remarks Created By Released Date Actions
{{$comm->id}} {{ isset($comm->agent->fullname) ? $comm->agent->fullname : '-' }} {{ isset($comm->manager->fullname) ? $comm->manager->fullname : '-' }} {{ isset($comm->referrer_id) ? $comm->referrer->fullname : '-' }}{{$comm->referrer->fullname}}{{$comm->remarks}} {{$comm->user->full_name}}{{number_format($comm->property->net_selling_price,2)}} {{number_format($comm->property->comm_rate,2)}} {{number_format($comm->property->rate_amount,2)}} {{number_format($comm->release_amount,2)}}{{$comm->created_at}} {{----}}
@if(Session('info'))
@endif
@stop @section('script') @stop