{{-- Edit Marketplace Section --}} @extends('layouts/contentNavbarLayout') @section('title', 'Edit Marketplace Section') @section('content')

Edit Marketplace Section

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('image')
{{ $message }}
@enderror @if($section->image) Image @endif
@error('status')
{{ $message }}
@enderror
Cancel
@endsection