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

Add New Service

{!! Form::open(array('url'=>url('admin/information/edit/'.$information->id),'class'=>'form','id'=>'formProduct', 'files'=> true )) !!}

Please select images if you want to update images too otherwise leave them blank

{!! Form::label('Thumnb Image') !!}
{!! Form::label('Page Image') !!}
{!! Form::close() !!}
@endsection @section('footerscript') @endsection