@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Corporate') @section('content') @include('admin.includes.show-msg')
Add corporate, if it does not exist
| # | User | Corporate name | Address | Rate(%) | Actions |
|---|---|---|---|---|---|
| @include('admin.includes._iteration', ['data' => $corporates]) | {{ Str::ucfirst($item->user->name) }} | {{ Str::ucfirst($item->name) }} | {{ Str::ucfirst($item?->address ?? 'N\A') }} | {{ Str::ucfirst($item?->rate ?? 'N\A') }} % |
|
| No record found. |