@extends('dash.layouts.app') @section('title') Edit Top Brands @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Edit Top Brands @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 Meta Title Meta Description {{$service->meta_description}} Thumbnail Image min width: 370 PX Effect Before After Save Back {{-- @foreach($service->servicesImage as $key=> $services_image) @if($services_image->is_default != 1) Remove @endif @csrf @method('delete') @endforeach --}} @endsection @section('js') @endsection
Image min width: 370 PX
Before
After