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