@extends('layout') @section('title') Service @endsection @section('content')

Service

@include('flash-message')

{{ $DesignName }}

@method('PUT') @csrf
@endsection @section('script') @endsection