@include('site.header')
@foreach ($jobposts as $post)
{{--
--}}
{{ date('d-m-Y', strtotime($post->created_at)) }}

{{ $post->title }}

{!! $post->content !!}
  • Qualification: {{ $post->qualification }}
  • Location: {{ $post->location }}
  • Posted By : Admin
{{--
--}} {{--
--}}
@endforeach
@include('site.footer')