@extends('layouts.master') @section('title') {{ trans_choice('general.group',2) }} {{ trans_choice('general.closed',1) }} @endsection @section('content')

{{ trans_choice('general.group',2) }} {{ trans_choice('general.closed',1) }}

@foreach($data as $key) @endforeach
{{ trans_choice('general.name',1) }} {{ trans_choice('general.account',1) }} {{ trans('general.id') }} {{ trans('general.external_id') }} {{ trans_choice('general.branch',1) }} {{ trans_choice('general.staff',1) }} {{ trans_choice('general.action',1) }}
{{ $key->name }} {{ $key->account_no }} {{ $key->external_id }} @if(!empty($key->office)) {{$key->office->name}} @endif @if(!empty($key->staff)) {{$key->staff->first_name}} {{$key->staff->last_name}} @endif
@endsection @section('footer-scripts') @endsection