Hello, Welcome {{auth()->user()->name}}
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@php( $countries = \App\country_phone_code::all())
@php( $emirates = \App\emirate::all())
@php( $plans = \App\plan::wherestatus('1')->get())
@php( $elifes = \App\elife_plan::wherestatus('1')->get())
@php( $addons = \App\addon::wherestatus('1')->get())
--}}
@endforeach