@extends('layouts.main') @php $company_settings = getCompanyAllSetting(); @endphp @section('page-title') {{ __(!empty($company_settings['hrm_branch_name']) ? $company_settings['hrm_branch_name'] : 'Branch') }} @endsection @section('page-breadcrumb') {{ __('Branch') }} @endsection @section('page-action')
@endsection @section('content'){{!empty($company_settings['hrm_branch_name']) ? $company_settings['hrm_branch_name'] : __('Branch')}} | {{__('Action')}} |
---|---|
{{ !empty($branch->name) ? $branch->name : '' }} | @permission('branch edit') @endpermission @permission('branch delete') @endpermission |