@extends('front.pages.account.index') @section('account_title') {{__('My Account')}} @endsection @section('account_css') @endsection @section('account_content') {{__('Account setting')}} @csrf {{__('Personal Photo')}} {{__('Name')}} {{__('Email')}} {{__('Phone')}} {{__('State')}} @foreach($states as $state) {{$state->name}} @endforeach {{__('City')}} {{__('Address')}} {{Auth::user()->address}} {{__('Marketer Brand')}} @endsection @section('account_scripts') @endsection