@extends('layouts.admin') @section('page-title') {{__('Plan-Request')}} @endsection @section('breadcrumb')
|
{{ $prequest->user->name }}
|
{{ $prequest->plan->name }}
|
{{ $prequest->plan->max_employee }}
{{__('Employee')}}
|
{{ $prequest->plan->max_client }}
{{__('Client')}}
|
{{ ($prequest->duration == 'monthly') ? __('One Month') : __('One Year') }}
|
{{ App\Models\Utility::getDateFormated($prequest->created_at,true) }} | |
{{__('No Manually Plan Request Found.')}} |
||||||
|---|---|---|---|---|---|---|