@extends('layouts.master') @section('title') {{ trans_choice('general.branch',2) }} @endsection @section('content')
{{ trans_choice('general.name',1) }} | {{ trans_choice('general.user',2) }} | {{ trans_choice('general.note',2) }} | {{ trans_choice('general.action',1) }} |
---|---|---|---|
{{ $key->name }} | {{ \App\Models\BranchUser::where('branch_id',$key->id)->count() }} | {!! $key->notes !!} |
|