@extends('layouts.master') @section('browserTitle') {{ trans('menu.profile') }} @endsection @section('breadcrumb') @endsection @section('title') {{ trans('menu.profile') }} @endsection @section('body')

{{ trans('btn.edit') }} {{ trans('menu.editPw') }}

{{ trans('other.firstname') }} {{ $admin->user->firstname }}
{{ trans('other.lastname') }} {{ $admin->user->lastname }}
{{ trans('other.email') }} {{ $admin->user->email }}
@endsection