@extends('layouts.'.env('THEME')) @section('content')
{!! Form::open(['route' => 'offer.store', 'method' => 'post']) !!} {!! Form::token() !!} @include('offer.form')
{!! Form::submit('Create', ['class' => 'btn btn-primary']) !!}
{!! Form::close() !!}
@endsection @section('script') @include('offer.form_script') @endsection