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

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

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