@extends('backend.layouts.master') @section('title', "Edit Services") @section('css') @endsection @section('content')
{!! Form::open(['url'=>route('services.update', @$edit->id),'method'=>'put','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