@extends('layouts.master') @section('title') {{$group->name}} #{{$group->account_no}} @endsection @section('content')

{{$group->name}}

@if($group->client_type=="individual")

#{{$group->account_no}}

@else

#{{$group->account_no}}

@endif @if(Sentinel::hasAccess('groups.update'))

@endif

@if($group->status=="pending" && Sentinel::hasAccess('groups.approve')) {{trans_choice('general.approve',1)}} {{trans_choice('general.decline',1)}} @endif @if($group->status=="active" && Sentinel::hasAccess('groups.approve')) {{trans_choice('general.close',1)}} {{trans_choice('general.inactive',1)}} @endif @if($group->status=="inactive" && Sentinel::hasAccess('groups.approve')) {{trans_choice('general.active',1)}} @endif @if($group->status=="declined" && Sentinel::hasAccess('groups.approve')) {{trans_choice('general.approve',1)}} @endif

{{trans_choice('general.extra',1)}} {{trans_choice('general.detail',2)}}

{{trans_choice('general.street',1)}}

{!! $group->street !!}

{{trans_choice('general.address',1)}}

{!! $group->address !!}


{{trans_choice('general.description',1)}}

{!! $group->notes !!}

@endsection @section('footer-scripts') @endsection