@extends('dash.layouts.app') @section('title') Edit Service @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content')

Create We Supply

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('patch')

Image min width: 370 PX

Back
@endsection @section('js') @endsection