@extends('dash.layouts.app') @section('title') Edit price @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Edit Price @csrf @method('patch') Select Service Select One @foreach($services as $service) service_id == $service->id ? 'selected' : ''}}> {{$service->title}} @endforeach Price Caption Price Image Save Back @endsection @section('js') @endsection