@extends('layout.main')
@section('filter')
@stop
@section('content')
@if(User::checkCategoryPermission('DealManagement','Customer') || User::checkCategoryPermission('DealManagement','All'))
- Customer
@endif
@if(User::checkCategoryPermission('DealManagement','Vendor') || User::checkCategoryPermission('DealManagement','All'))
- Vendor
@endif
{{ ucfirst($type) }} |
Destination |
Destination Break |
Prefix |
Trunk |
No. of Calls |
Billed Duration (Min.) |
Charged Amount |
@if((int)Session::get('customer') == 0)
Margin |
Margin (%) |
@endif
@include('dealmanagement.report.script')
@stop