@extends('panel.layouts.master') @section('content') @php $examStart = str_starts_with(request()->url(), 'https://exam'); @endphp
@can('user') @php $hasPlan = auth()->user()->plans()->first(); @endphp @if(!$hasPlan)
@if($authUser->isSignup()) @endif
@endif @endcan @can('admin') @include('panel.analyses.sale.admin') @endcan
@endsection @section('script') @endsection