@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ _trans('common.business_model') }}

@if (hasPermission('business_model_create')) {{ _trans('common.add') }} @endif
@if (hasPermission('business_model_update')) @endif @forelse ($data['business-models'] as $key => $row) @if (hasPermission('business_model_update')) @endif @empty @endforelse
{{ _trans('common.sr_no.') }} {{ _trans('common.image') }} {{ _trans('common.keypoint') }} {{ _trans('common.status') }}{{ _trans('common.action') }}
{{ ++$key }}
{{ $row->name }}
{{ $row->keypoint }} @if ($row->status == App\Enums\Status::ACTIVE) {{ _trans('common.active') }} @else {{ _trans('common.inactive') }} @endif

No data available

Please add new entity regarding this table

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush