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

{{ ___('common.hero_section') }}

@if (hasPermission('hero_section_create')) {{ ___('common.add') }} @endif
@if (hasPermission('hero_section_update') ) @endif @forelse ($data['heroSection'] as $key => $row) @if (hasPermission('hero_section_update')) @endif @empty @endforelse
{{ ___('common.sr_no.') }} {{ ___('common.title') }} {{ ___('common.highlight_title_one') }} {{ ___('common.highlight_title_two') }} {{ ___('common.description') }} {{ ___('common.btn_one') }} {{ ___('common.btn_two') }} {{ ___('common.image') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ $row->title }} {{ $row->highlight_title_one }} {{ $row->highlight_title_two }} {{ $row->description }} {{ $row->btn_one }} {{ $row->btn_two }}
{{ $row->name }}
@if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

No data available

Please add new entity regarding this table

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