@extends('administrative.layouts.master')
@section('page-css')
@endsection
@section('content')
| SL |
Name |
Username |
Profile Img |
@forelse($data as $item)
| {{ $item->id }} |
{{ $item->name }} |
{{ $item->username }} |
 |
@empty
No Child Available |
@endforelse
@endsection
@section('page-js')
@endsection