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