@extends('layouts.main') @section('title') Featured Services: Edit @endsection @section('content')
@csrf @method('PUT') @include('featured.partials.form')
 Cancel
@endsection