@extends('layouts.main') @section('title', 'Profile') @section('content')

{{ __('John Doe')}}

{{ __('Front End Developer')}}


{{ __('Email address')}}
johndoe@admin.com
{{ __('Phone')}}
(123) 456 7890
{{ __('Address')}}
71 Pilgrim Avenue Chevy Chase, MD 20815
@endsection