@extends('back.template.index') @section('title', 'Edit Legalitas') @push('css') @endpush @section('content') Edit Legalitas @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf @method('PUT') Nama Legalitas Document (PDF, JPG, PNG - Maximum 2 MB) Choose File View Current Document Document Type type === 'pdf' ? 'checked' : '' }} required> PDF type === 'jpg' ? 'checked' : '' }}> JPG type === 'png' ? 'checked' : '' }}> PNG Update Legalitas @endsection @push('scripts') @endpush