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

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

@if (hasPermission('hero_section_create')) {{ _trans('common.add') }} @endif
@if (hasPermission('hero_section_update')) @endif @forelse ($data['heroSection'] as $key => $row) @if (hasPermission('hero_section_update')) @endif @empty @endforelse
{{ _trans('common.sr_no.') }} {{ _trans('common.title') }} {{ _trans('common.highlight_title_one') }} {{ _trans('common.highlight_title_two') }} {{ _trans('common.btn_one') }} {{ _trans('common.btn_two') }} {{ _trans('common.image') }} {{ _trans('common.status') }}{{ _trans('common.action') }}
{{ ++$key }} {{ $row->title }} {{ $row->highlight_title_one }} {{ $row->highlight_title_two }} {{ $row->btn_one }} {{ $row->btn_two }}
{{ $row->name }}
@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