@extends('layouts.dashboard-app') {{-- @php @endphp --}} @section('main-content')

Hello, Welcome {{auth()->user()->name}}

@if($errors->any()) @endif
@csrf
{{-- --}} {{-- --}}
{{-- {{$id}} --}}
{{-- * --}}
{{-- --}}
{{-- * --}}
{{-- --}}
{{--
--}}
OR
@include('dashboard.include.mnp') @include('dashboard.include.multi-new-package') {{-- @include('dashboard.include.itp') --}}
{{--
--}}

OR

{{--
--}} {{--
--}}
{{--
--}} {{-- {{auth()->user()->agent_code}} @if(auth()->user()->agent_code == 'CC8-ELIFE')
@else
@endif --}}
@endsection