@extends('layouts.dashboard-app') @section('main-content')

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

@if ($errors->any()) @endif {{--
--}} @csrf
{{-- {{$id}} --}}
{{-- * --}} {{--
{{-- --}} {{--
--}}
{{-- * --}}
{{-- --}}
{{--
--}}
Confirm Location URL
Choose Schedule Time
{{-- --}}
System Automatically Add 2 Hrs from choosen time
{{--
--}}
@include('dashboard.include.postpaid-mnp') @include('dashboard.include.postpaid-package') {{-- {{-- @include('dashboard.include.mnp') --}} {{-- @include('dashboard.include.new-package') --}} {{-- @include('dashboard.include.elife-package') @include('dashboard.include.itp') --}}
@endsection