@extends('layouts.dashboard') @section('content')
@if (session('delete')) {{session('delete')}} @endif
@if (session('delete'))
{{session('delete')}}
@endif

Get admission information

@foreach ($get_admission as $key=>$get_admissions) @endforeach
Serial Name Phone Number Location Course Action
{{$key+1}} {{$get_admissions->name}} {{$get_admissions->phone}} {{$get_admissions->location}} {{$get_admissions->course}}
@endsection