@extends('layout.admin_layout') @section('title', 'Global Commission') @section('body') @section('header', 'Global Commission') @section('badge') @endsection @if(Session::has('message'))
{{ Session::get('message') }}
@endif
{{ csrf_field() }}
@foreach($data as $key=>$value) @endforeach
No Commission Start End
{{$key+1}} {{$value->percentage}} {{$value->created_at}} @if($value->updated_at=='') @else {{$value->updated_at}} @endif
@endsection