/home/intersciencebd/public_html/
ErrorException
Attempt to read property "name" on null (View: /home/intersciencebd/public_html/resources/views/frontend/partials/product.blade.php)
    • 56
      resources/views/frontend/partials/product.blade.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :53
    • 55
      :53
    • 40
      app/Http/Middleware/PreventBackHistory.php
      App\Http\Middleware\PreventBackHistory
      :29
    • 1
      index.php
      :52
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
resources/views/frontend/partials/product.blade.php:53

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

{{-- </div>

</div> --}}

<!-- ==========products end========== -->

<!-- ==========about start========== -->

<div class="about-area section-padding" id="about">

<div class="container about-box-shadow" style="margin-top: -108px;">

{{-- <div class="section-title section-border text-center"> --}}

<div class="bradecome-content text-center">

<h2>{{$our_projects->name}}</h2>

</div>

<div class="row align-items-center">

{{-- <div class="col-xl-5 col-lg-6 col-md-6 order-1 order-md-0">

<div class="about-content section-title ">

<p text-align: justify> {!! $our_projects->about_info !!}</p>

</div>

</div> --}}

{{-- <div class="col-xl-6 offset-xl-1 col-lg-6 col-md-6 order-0 order-md-1">

<div class="about-photo">

<img class="img-fluid" src="{{asset('public/files/project/'.$our_projects->image)}}">

</div>

</div> --}}