@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')

type === 'pdf' ? 'checked' : '' }} required>
type === 'jpg' ? 'checked' : '' }}>
type === 'png' ? 'checked' : '' }}>
Image Preview
@endsection @push('scripts') @endpush