@extends('layouts.app')
@section('title', 'Partner')
@section('breadcrumb')
@endsection
@section('title-section', 'Tambah Partner')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
- Gambar harus berformat JPEG / JPG / PNG
- Maksimal size gambar berukuran 2MB
@endsection