/home/demalldunivac/public_html/
ErrorException
Trying to get property 'date' of non-object (View: /home/demalldunivac/public_html/resources/views/frontend/pages/show_recruitment.blade.php)
    • 51
      resources/views/frontend/pages/show_recruitment.blade.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :21
    • 50
      resources/views/frontend/pages/show_recruitment.blade.php
      :21
    • 37
      app/Http/Middleware/GlobalVariableMiddleware.php
      App\Http\Middleware\GlobalVariableMiddleware
      :45
    • 35
      app/Http/Middleware/SetLang.php
      App\Http\Middleware\SetLang
      :28
    • 1
      public/index.php
      :55
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
resources/views/frontend/pages/show_recruitment.blade.php:21

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

<div class="col-md-8 col-sm-8 col-12 center-holder-xs"><h1>News Detail</h1></div>

<div class="col-md-4 col-sm-4 col-12 right-holder center-holder-xs">

<ul><li><a href="#">Home</a></li><li><a href="#">News & Announcements</a></li> <li><a href="#">News Detail</a></li> </ul>

</div>

</div>

</div>

</div>

<div class="section-block pages bg-gray">

<div class="container">

<div class="row">

<div class="col-md-12 col-sm-12 col-12 ">

<div class="feature-block-2 notice-circlular feature-shadow feature-bg inner-40 pt-4 pb-5 ">

<div class="col-md-12 col-sm-12 col-12 ">

<p class="date mb-2">{{date('d M Y', strtotime($recruitment->date))}}</p>

<h3 class="mt-0 mb-4">{{$recruitment->title}}</h3>

<p>{!! str_replace("@static_url@",url('')."/",$recruitment->details) !!}</p>

 

</div>

 

 

 

</div>

</div>

</div>

 

</div>

</div>

@include('frontend.partials.footer')