@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') Title Slug Sub Title Short Description {{$service->short_description}} Description {{$service->description}} Show on Home is_show_on_home == 1 ? 'selected' : ''}}>Yes is_show_on_home == 0 ? 'selected' : ''}}>No Thumbnail Image min width: 370 PX Save Back @endsection @section('js') @endsection
Image min width: 370 PX