@extends('layouts.app') @section('content')
@php $approvalStatus = \App\Models\Restaurant::find(restaurant()->id)->approval_status; @endphp

@lang('modules.dashboard.approvalStatus')

@if($approvalStatus == 'Pending') @lang('modules.dashboard.verificationPendingInfo') @elseif($approvalStatus == 'Rejected') @lang('modules.dashboard.verificationRejectedInfo') @endif
@if($approvalStatus == 'Pending')
@lang('modules.dashboard.verificationPending')

@lang('modules.dashboard.verificationPending')

@lang('modules.dashboard.verificationPendingDescription')

@endif
@endsection @push('scripts') @include('vendor.froiden-envato.update.update_script') @endpush