@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_VIEW_AGENT_LOCATION_FEATURE")) @section("content")

{!! trans("message_lang.LBL_VIEW_AGENT_LOCATION_FEATURE") !!}

{{ $feature->name }}
{{ $feature->description ? $feature->description : '-' }}
@endsection