{{__('Create')}} @foreach ($charts as $chart) @endforeach
# {{__('Name')}} {{__('Status')}} {{__('Created')}} {{__('Action')}}
{{ $chart->id }} {{ $chart->title }} {{ $chart->status==1 ? 'Active' : 'Inactive' }} {{ $chart->created_at->toDateString() }} {{__('Edit')}} @if($chart->status==1) @else @endif
{{ $charts->links() }}