@extends('layouts.app') @section('title', $lang['partner_list']) @section('css') @endsection @section('content')
{{ $lang['partner_list'] }}
@can($lang['partner_type'].'.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('app.mobile') }} {{ __('app.whatsapp') }} {{ __('app.email') }} {{ __('app.profit') }} {{ __('app.balance_type') }} {{ __('app.status') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
{{-- @include("modals.partner.payment-history") --}} @endsection @section('js') @endsection