@extends('layouts.admin.app') @section('content')
Councelling Query

@if(Session::has('success'))
{{ Session::get('success') }}

demo test

@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf
Reset
@foreach($usersquery as $query) @endforeach
Course Name Email Phone No Query Type Status Action
{{ $query->c_name }} {{ $query->c_email }} +{{ $query->code.'-'.$query->c_phone }} @if($query->type=='Free_Career_Councelling'){{ 'Career Councelling Query' }}@else{{'Councelling Support'}}@endif
@csrf @method('DELETE')
@include('layouts.admin.footer')
@endsection