@extends('layouts.wrap') @section('title','Özgün Tarım - '. $page->title) @section('foot_hook') @parent {{HTML::script('static/plugin/select2/select2.js')}} @stop @section('head_hook') @parent {{HTML::style('static/plugin/select2/select2.css')}} {{HTML::style('static/plugin/select2/select2-bootstrap.css')}} @stop @section('_content')

Sipariş Talep Formu

@if(Session::has('message'))
{{ Session::get('message') }}
@else {{ Former::open()->method('POST')->action(URL::to('siparis')) }} {{ Former::text('name')->placeholder('İsim - Soyisim')->required(true)->label(false) }} {{ Former::email('email')->placeholder('E-Posta Adresiniz')->label(false) }} {{ Former::text('company')->placeholder('Firma Adı')->required(true)->label(false) }} {{ Former::text('phone')->placeholder('Telefon Numaranız')->required(true)->label(false) }} {{ Former::text('address')->placeholder('Adresiniz')->label(false) }}
{{ Former::textarea('message')->placeholder('Notunuz')->label(false)->rows(7) }} {{ Former::close() }} @endif
BANKA HESAP BİLGİLERİMİZ
    @foreach(OrderBank::all() as $bank)
  • {{ $bank->title }}

    {{ nl2br($bank->value) }}
  • @endforeach
@stop