@extends('layouts.admin.e-commerce.app') @section('title') @isset($collection) Edit Collection @else Add Collection @endisset @endsection @push('css') @endpush @section('content') @isset($collection) Edit Collection @else Add Collection @endisset Home @isset($collection) Edit Collection @else Add Collection @endisset @isset($collection) Edit Collection Details @else Add New Collection @endisset @isset($collection) Show @endisset Back to List @csrf @isset($collection) @method('PUT') @endisset Name: @error('name') {{ $message }} @enderror Select Category: Select Category @foreach ($categories as $category) categories as $pro_category) {{$category->id == $pro_category->id ? 'selected':''}} @endforeach @endisset>{{$category->name}} @endforeach @error('categories') {{ $message }} @enderror Cover Photo: @error('cover_photo') {{ $message }} @enderror status ? 'checked':'' }} @else checked @endisset> Status @error('status') {{ $message }} @enderror @endsection @push('js') @endpush