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

Service

@include('flash-message')

{{ $ServiceName }}

{{ $InvSKU }}

@method('PUT') @csrf
%



@endsection @section('script') @endsection