@extends('layouts.main') @section('content')
@if (session('success')) @endif
{{ $dataTable->table(['class' => 'table border-0 star-student table-hover table-center mb-0 table-striped']) }} {{-- @forelse($phonebooks as $key => $phonebook) @empty @endforelse
Sr. No. Name Phone Number Action
{{ ++$key }} {{ $phonebook->name }} {{ $phonebook->phone_number }}
No data available in table
--}}
@endsection @push('script') {{ $dataTable->scripts() }} @endpush