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

{{ $master->name }} {{ trans('master.show') }}

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

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