@extends('backend.layouts.master') @section('title', "Create Services") @section('css') @endsection @section('content')
{!! Form::open(['route' => 'services.store','method'=>'post','class'=>'needs-validation','novalidate'=>'','enctype'=>'multipart/form-data']) !!}

Services

Please enter the service description.
{{--
--}} {{--
--}} {{--
Footer Action
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}
Add on
Banner Image
Banner image for current service. (Size: 850 x 567px)
Please select a image.
{!! Form::close() !!}
@endsection @section('js') @endsection