@extends('layouts.default') @section('content')

Service Management

Add Services
@include('layouts.flash')
{!! Form::open(array('service' => 'form', 'url' => 'service', 'files'=> true, 'class' => 'form-horizontal')) !!} @include('service._form')
{!! Form::close() !!}
@stop