@extends('layouts.app') @section('content')
@include('frontend/artistSummarHeader')
@forelse($acts as $act) @empty @endforelse
S.No Act Name Date Status Action
{{$i}} {{$act->artist_act->act_name}} {{$act->blocked_date}} @if($act->status == 0) Click to Enable Disabled @else Enabled @endif
No record found
{!! $acts->links() !!}
@endsection