@extends('administrative.layouts.master') @section('page-css') @endsection @section('content')

Student List

{{-- Add New --}}
@forelse($data as $item) @empty @endforelse
SL Name Username Profile Img
{{ $item->id }} {{ $item->name }} {{ $item->username }} {{ $item->name }}
No Child Available
@endsection @section('page-js') @endsection