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

{{ Str::title(\App\Helpers\Helper::pagePrefix(2)) }} {{ __('details') }}

{!! __('Name') !!} {{ $row->name }}
@endsection