@extends('layouts.user_dashboard_main') @section('content')

Profile

@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }}
{{ Auth::user()->country_code }}
@endsection