@extends('layouts.front-end.app') @section('title',auth('customer')->user()->name) @section('content')
@include('web-views.partials._profile-aside')
@endsection @push('script') @endpush