@extends('web.layouts.app') @push('page_vendor_css') @endpush @push('page_styles') @endpush @section('title') {{ $ProjectPage->title }} | {{ $GeneralSettings->name }} @endsection @section('header-content')

{{ $ProjectPage->title }}

{{ $ProjectPage->header }}

@endsection @section('content') {!! $ProjectPage->body !!} @foreach ($projects as $project)
{{$project->name}}

{{$project->name}}

{!! $project->description !!}

@endforeach @endsection @push('page_scripts_vendors') @endpush @push('page_scripts') @endpush