@extends('admin.master') @section('content')

Edit Partner Logo

Change the partner image or active status.

Back to List

Update Partner Logo

Leave the image input empty to keep the existing image.

@if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Leave empty to keep the current logo.

@error('image')

{{ $message }}

@enderror
is_active ) ) >
@error('is_active')

{{ $message }}

@enderror
Partner logo preview
Cancel
@endsection