@extends('adminlayout.admin') @section('content')
@if(Auth::user()->hasRole('super_admin')) Back Help Desk @endif


Help Desk Lists

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@php $i=1; @endphp @foreach($data as $data) @endforeach
S.no Project name Name Email Phone Action
{{$i++}} {{$data->project_name}} {{$data->name}} {{$data->email}} {{$data->phone}}
S.no Project name Name Email Phone Action
@endsection