@extends('admin.layouts.main') @section('title') Mystery Program Detail @endsection @section('content')
@include("admin.common.sidebar")
keyboard_arrow_left

{{ $detail->scenario_name }}

{{ $detail->client_name }} date_range {{ \Carbon\Carbon::parse($detail->start_date)->format( config('custom.formats.date'))}} {{ ucfirst($detail->status) }}
@permission('mystery-program-write') {{ @trans('mystery_program.add_m') }} @endpermission

{{ $detail->branch_name }}

@permission(['mystery-program-write','mystery-program-delete'],false) @endpermission @permission(['mystery-program-write','mystery-program-delete'],false) @endpermission
# {{ @trans('mystery_program.m_user') }} {{ @trans('mystery_program.city') }} {{ @trans('mystery_program.start_date') }} {{ @trans('mystery_program.end_date') }} {{ @trans('mystery_program.visiting_charge') }} {{ @trans('mystery_program.time_slot') }} {{ @trans('mystery_program.status') }}{{ @trans('mystery_program.action') }}
@{{ index + 1 }} @{{ item.m_plus.first_name }} @{{ item.m_plus.last_name }} warningstar @{{ item.m_plus.locations.cities.name }} @{{ item.start_date | moment('start_date')}} @{{ item.end_date | moment('start_date')}} {{ $currency_code }} @{{ Number(item.visit_charge).toLocaleString()}} @{{ item.time_slot | capitalize }} {{ @trans('mystery_program.approved') }} {{ @trans('mystery_program.submitted') }} {{ @trans('mystery_program.scheduled') }} {{ @trans('mystery_program.rejected') }} {{ @trans('mystery_program.due') }} {{ @trans('mystery_program.pending') }} @permission('mystery-program-write') edit @endpermission @permission('mystery-program-delete') delete @endpermission
@endsection @push('pageModals') @include('admin.components.modal_delete_js') @include('admin.modules.mystery_program.client_branches.add_m_plus_modal') @endpush @push('pageJs') {!! JsValidator::formRequest('App\Http\Requests\Mystery_program\editAssignedMPlus', '#updateAssignedMPlus') !!}