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

Add New Service

{!! Form::open(array('url'=>url('admin/service/new'),'class'=>'form','id'=>'formProduct', 'files'=> true )) !!}
{!! Form::label('Thumnb Image') !!}
{!! Form::label('Page Image') !!}
{!! Form::close() !!}
@endsection @section('footerscript') @endsection