@extends('back.template.index') @section('title', 'Create Legalitas') @push('css') @endpush @section('content') Buat Legalitas @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Document Name Upload Document (PDF, JPG, PNG, Maximum 2 MB) Choose File Uploaded Document Document Type PDF JPG PNG Create @endsection @push('scripts') @endpush