@extends('layouts.app') @section('title', trans('master.detail')) @section('content')

{{ trans('master.detail') }}

{{ trans('master.name') }} {{ $singleMstr->name }}
{{ trans('master.description') }} {{ $singleMstr->description }}
@endsection