@extends('layouts.admin.app') @section('content')

Didukung Oleh {{-- Control panel --}}

@if ($errors->any())
    @foreach ($errors->all() as $v)
  • {{ $v }}
  • @endforeach
@endif
@csrf
(*) Wajib Diisi
Cancel
@endsection @section('footer') @stop