@extends('layouts.main') @section('content')

Edit Mitra

@if ($errors->any()) @endif @if (session()->has('error')) @endif
@csrf @method('PUT')
Informasi Mitra
Foto Mitra
@if($mitra->foto)
Foto {{ $mitra->nama }}
@endif
Format: JPEG, PNG, JPG, GIF. Maksimal: 2MB

Batal
@endsection