@extends('layouts.admin') @section('page-header', 'New Sponsor/Supporter') @section('content')
@csrf
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('link'))
{{ $errors->first('link') }}
@endif

maximum image size:2MB

@if ($errors->has('logo'))
{{ $errors->first('logo') }}
@endif
@endsection @section('scripts') @endsection