@extends('frontends.layouts.index') @section('content')

{{ __('Setting Profile') }}

@foreach(Auth::user()->orders as $index => $row) @endforeach
@include('frontends.layouts.__partials.__alert')
@include('frontends.auths.__partials.__booking') @include('frontends.auths.__partials.__wishlist') @include('frontends.auths.__partials.__profile')
@stop @section('script') @stop