@extends('layouts.front') @section('content') {{ $page->title }} {!! $page->content !!} @if ($page->id == 2) @csrf Name: Email: Details of problem: Submit @endif @endsection @push('footer-script') @endpush