@extends ('backend.layouts.app')
@section('title')
{{ __($module_action) }} {{ __($module_title) }}
@endsection
@section('breadcrumbs')
| # | Logo | Name | Phone | Category | Sub-category | Business Type | Status | Updated At | Created By | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $module_name_singular->id }} |
@if($module_name_singular->business_logo)
|
{{ $module_name_singular->business_name }} | {{ $module_name_singular->business_email }} | {{ $module_name_singular->business_phone }} | {{ $module_name_singular->category_id }} | {{ $module_name_singular->sub_category_id ?? '—' }} | {{ $module_name_singular->business_type }} | @if($module_name_singular->status == 1) Active @else Inactive @endif | {{ $module_name_singular->updated_at->isoFormat('llll') }} | {{ $module_name_singular->created_by }} | {{ __('labels.backend.restore') }} |