@extends('dash.layouts.app') @section('title') Create Service Price @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Create Service Price @csrf Select Service Select One @foreach($services as $service) {{$service->title}} @endforeach Price Caption Price Image Save Back @endsection @section('js') @endsection