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

Careers Inquires

Careers Lists
{{-- @if (count($inquires) > 0) @foreach ($inquires as $index => $inquiry) @endforeach @else @endif
# Name Email Phone Subject Message Attachment
{{ $index + 1 }} {{ $inquiry->name }} {{ $inquiry->email }} {{ $inquiry->phone }} {{ $inquiry->subject }} {{ $inquiry->message }} View
Records Not Found
--}} {{-- --}} {{--
@if (count($inquires) > 0) @foreach ($inquires as $index => $inquiry) @endforeach @endif
# Name Email Phone Subject Message Attachment
{{ $index + 1 }} {{ $inquiry->name }} {{ $inquiry->email }} {{ $inquiry->phone }} {{ $inquiry->subject }} {{ $inquiry->message }} View
--}} {{--
--}}
@if (count($inquires) > 0) @foreach ($inquires as $index => $inquiry) @endforeach @endif
# Name Email Phone Subject Message Attachment
{{ $index + 1 }} {{ $inquiry->name }} {{ $inquiry->email }} {{ $inquiry->phone }} {{ $inquiry->subject }} {{ $inquiry->message }} View
{{--
--}}
@endsection