@extends('admin.default') @section('css') @endsection @section('content')

Spear Records

@include('include.messages')

Spear

@forelse($spears as $spear) @empty @endforelse
SEMIS Code School Name Headmaster Name Contact WhatsApp Medium Student Count Actions
{{ $spear->semis_code }} {{ $spear->school_name }} {{ $spear->hm_name }} {{ $spear->hm_contact_num }} {{ $spear->hm_whatsapp_num }} {{ $spear->medium }} {{ $spear->stu_count }}
@csrf @method('DELETE')
No records found.
@if($spears->total() > 2) @endif
@endsection @section('js') @endsection