@extends('layout.backend.containerlist') @section('header_css') @endsection @section('footer_js') @endsection @section('dynamicdata')
Testimonials
@include('layout.backend.alert')
@forelse($testimonials as $index=>$record) @empty @endforelse
S N Full Name Company Name Status Options
{{ $index+1 }} {{ $record->full_name }} {{ $record->company_name }} @if($record->is_active == 1) @else @endif  
No record found.
S N Full Name Company Name Status Options
@stop