@extends('layouts.app') @section('title', 'Forms | Website') @section('extrastyles') @endsection @section('content')
{{ $form->title }}
@include('flash::message')
{!! Form::open(['id' => 'fields_form','novalidate' => 'novalidate', 'onsubmit' => 'return saveFields();']) !!}
@include('Website::form.tabs._fields')
@include('Website::form.tabs._settings')
  • {{--
  • --}} {{-- --}} {{-- --}} {{-- --}} {{--
  • --}}
  • {{--
  • --}} {{-- --}} {{-- --}} {{-- --}} {{--
  • --}}
  • {{--
  • --}} {{-- --}} {{-- --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{-- --}} {{-- --}} {{--
  • --}} {{--
  • --}} {{-- --}} {{-- --}} {{-- --}} {{--
  • --}}
{!! Form::close() !!}
@endsection @section('footer') @endsection