@extends('layouts.front') @section('content')
@include('includes.user.sidebar')

@lang('Edit Profile')

@csrf
@if ($user->is_provider == 1) @else @endif
@endsection @section('script') @endsection