@extends('layouts.master') @section('title') {{$group->name}} #{{$group->account_no}} @endsection @section('content')
#{{$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
{!! $group->street !!}
{{trans_choice('general.address',1)}}{!! $group->address !!}
{!! $group->notes !!}