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

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

@if (hasPermission('testimonial_create')) {{ _trans('common.add') }} @endif
@if (hasPermission('testimonial_update') || hasPermission('testimonial_delete')) @endif @forelse ($data['leaderships'] as $key => $row) @if (hasPermission('testimonial_update') || hasPermission('testimonial_delete')) @endif @empty @endforelse
{{ _trans('common.sr_no.') }} {{ _trans('common.name') }} {{ _trans('common.designation') }} {{ _trans('common.image') }} {{ _trans('common.message') }} {{ _trans('common.status') }}{{ _trans('common.action') }}
{{ ++$key }} {{ $row->name }} {{ $row->designation }}
{{ $row->name }}
{{ $row->message }} @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