@extends('layouts.admin') @section('content')

All Channel

Add Channel
@if (!empty($content)) @foreach ($content as $contents) @endforeach @endif
Name Mobile Email Address PAN AADHAR P/O % Deduction % Date Edit Delete
{{ $contents->name }} {{ $contents->mobile }} {{ $contents->email }} {{ $contents->address }} {{ $contents->pan }} {{ $contents->aadhar }} {{ $contents->payout }} {{ $contents->deduction }} {{ date('d-M-y', strtotime($contents->updated_at)) }}
Name Mobile Email Address PAN AADHAR P/O % Deduction % Date Edit Delete
@endsection