@extends('layouts.layout') @section('title', 'Manage Service') @section('content')

Edit Service


Edit Service
@if(Session::has('success')) @endif @if(count($errors) > 0) @endif
{{csrf_field()}}
Title :
Icon :
font awesome Icon
Details :
{!! Form::submit('Update ', ['class'=>'btn btn-primary btn-block btn-lg margin-top-20']) !!}
@endsection