@extends('layout') @section('title', isset($page->title)?$page->title:'Web&Ad') @section('keywords', isset($page->meta_keywords)?$page->meta_keywords:'') @section('description', isset($page->meta_description)?$page->meta_description:'') @section('content') {{ $page->title }} {!! $page->content !!} Start your project {{ csrf_field() }} @if (count($errors) > 0) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif name: Company name: phone number: e-mail: Branding Strategy video Animation web design web development Additional notes: {{ old('notes') }} Send Have us call you Chat with us @endsection @section('scripts') @parent @endsection