@extends('front.layouts.master') @section('content') @php $about=App\Models\Page::where([['status',1],['slug',$slug]])->first(); @endphp

{{ $about->name }}

  • Home
  • {{ $about->name }}

{{ $about->name }}

air cargo image

{{ $about->short_description }}

{!! $about->description !!}

@endsection