@extends('layout') @section('content')

{{ $flyer->street }}

{!! $flyer->price !!}


{!! $flyer->description !!}

Add Your Photos

{{ csrf_field() }}
@stop @section('scripts.header') @stop @section('scripts.footer') @stop