• {!! trans('landlord_service::landlord_services.name') !!}
  • @if($landlord_services->id ) @endif
{!!Form::vertical_open() ->id('landlord_service-landlord_services-show') ->method('POST') ->files('true') ->action(guard_url('landlord_service/landlord_services'))!!}
{{ trans('app.view') }} {!! trans('landlord_service::landlord_services.name') !!} [{!! $landlord_services->name !!}]
@include('landlord_service::admin.landlord_services.partial.entry', ['mode' => 'show'])
{!! Form::close() !!}