@extends('layouts.master') @section('browserTitle') {{ trans('menu.profile') }} @endsection @section('breadcrumb')
{{ trans('other.firstname') }} | {{ $admin->user->firstname }} |
---|---|
{{ trans('other.lastname') }} | {{ $admin->user->lastname }} |
{{ trans('other.email') }} | {{ $admin->user->email }} |