@extends('admin.layout.master') @section('content')

{{ __('admin.show') }}

{{ $admin->name }}
@endsection @section('js') @endsection