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