@extends('layouts.back-end.app') @section('title', translate('profile')) @section('content')

{{translate('my_profile')}}

{{translate('name')}} : {{$admin->name}}

{{translate('phone')}} : {{$admin->phone}}
{{translate('email')}} : {{$admin->email}}
{{translate('edit')}}
@endsection