@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

  • Branding
  • Strategy
  • video
  • Animation
  • web design
  • web development

@endsection @section('scripts') @parent @endsection