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

{{ @trans('mystery_program.mystery_programs') }}

date_range 
{{-- Filter --}} @permission('mystery-program-write') {{ @trans('mystery_program.create_new') }} @endpermission

@{{ ongoing_task_count }}

{{ @trans('mystery_program.ongoing') }}

@{{ scheduled_task_count }}

{{ @trans('mystery_program.scheduled') }}

search close
Total @{{ total }}
# {{ @trans('mystery_program.scenario_no') }}. {{ @trans('mystery_program.scenario_name') }} {{ @trans('mystery_program.industry') }} {{ @trans('mystery_program.client') }} {{ @trans('mystery_program.status') }} {{ @trans('mystery_program.action') }}
warning star @{{ item.scenario_number }} @{{ item.scenario_name }} @{{ item.client.industry.name }} - @{{ item.client.name }} - @{{ item.status | capitalize }} @permission('mystery-program-read') remove_red_eye @endpermission @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.modal') @endpush @push('pageJs') {!! JsValidator::formRequest('App\Http\Requests\Mystery_program\StoreMysteryProgram', '#storeMysteryProgram') !!} @endpush