@extends('layouts.app') @section('title', 'Franchises') @section('page-wrapper')
@if (Auth::user()->role_id == 1) @elseif(Auth::user()->role_id == 2) @else @endif @if (Auth::user()->role_id == 1 || Auth::user()->role_id == 2) @endif @if (Auth::user()->role_id == 1) @elseif(Auth::user()->role_id == 2) @else @endif @if (Auth::user()->role_id == 1) @elseif(Auth::user()->role_id == 2) @else @endif @if (Auth::user()->role_id == 1 || Auth::user()->role_id == 2) @endif @if (Auth::user()->role_id == 1) @elseif(Auth::user()->role_id == 2) @else @endif
Franchise Admin GST Number Contact Person Name Contact Person Mobile City Assigned Courier Accounts Wallet Balance SA Commission (%) Admin Commission (%) Created At Kyc Status Status Actions
Total: 0.00
Gross Total: 0.00
@if (session('success')) @endif @endsection @section('scripts') @endsection