@extends('layouts.new-app') @section('content') @php if($pre1 != '') { $exp1 = explode('-', $pre1); $operator1 = $exp1[0]; } else { $exp1 = ''; $operator1 = ''; } @endphp

Welcome {{ ucwords(auth()->user()->name.' '.auth()->user()->last_name) }}

Here you can select the operator type and do the further actions
ABCLASS 'AB' OPERATOR
@if($payment1 == 0) BUY NOW @else PAID @endif

Class AB Operator have primary responsibility for operation and maintenance of UST system.

@if($opt1!=0)
{{$opt1}}% Completed @if($oppost1 >= 1) VIEW/DOWNLOAD CERTIFICATE @endif
@endif
@endsection