@extends('layouts.admin') @section('page-header', 'Update Sponsor') @section('content')
@csrf
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('link'))
{{ $errors->first('link') }}
@endif
@if ($sponsor->logo_url) @endif
@if ($errors->has('logo'))
{{ $errors->first('logo') }}
@endif

maximum image size:2MB

@endsection