@extends('layouts.app') @section('title', 'Contact') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Contact Us

{!! Form::open(['method' => 'POST', 'id' => 'form', 'action' => 'PageController@sendcontact'])!!}
{{ Form::close() }}
@endsection @push('scripts') @if(session('success')) @endif @endpush