@extends('layout') @section('title') Service @endsection @section('content') Service Home Service @include('flash-message') {{ $DesignName }} Save Change Basic Info @method('PUT') @csrf Service ` @foreach(App\Models\Service::all() as $srv) ServiceId == $ServiceId ? "selected" : "" }}>{{$srv->ServiceName}} @endforeach Name* Duration* Is Active @endsection @section('script') @endsection