@extends('admin.layouts.app')
@section('content')
Careers Inquires
{{--
| # |
Name |
Email |
Phone |
Subject |
Message |
Attachment |
@if (count($inquires) > 0)
@foreach ($inquires as $index => $inquiry)
| {{ $index + 1 }} |
{{ $inquiry->name }} |
{{ $inquiry->email }} |
{{ $inquiry->phone }} |
{{ $inquiry->subject }} |
{{ $inquiry->message }} |
View |
@endforeach
@else
| Records Not Found |
@endif
--}}
{{--
--}}
{{--
| # |
Name |
Email |
Phone |
Subject |
Message |
Attachment |
@if (count($inquires) > 0)
@foreach ($inquires as $index => $inquiry)
| {{ $index + 1 }} |
{{ $inquiry->name }} |
{{ $inquiry->email }} |
{{ $inquiry->phone }} |
{{ $inquiry->subject }} |
{{ $inquiry->message }} |
View
|
@endforeach
@endif
--}}
{{-- --}}
| # |
Name |
Email |
Phone |
Subject |
Message |
Attachment |
@if (count($inquires) > 0)
@foreach ($inquires as $index => $inquiry)
| {{ $index + 1 }} |
{{ $inquiry->name }} |
{{ $inquiry->email }} |
{{ $inquiry->phone }} |
{{ $inquiry->subject }} |
{{ $inquiry->message }} |
View
|
@endforeach
@endif
{{--
--}}
@endsection