@extends('layouts.admin-new') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
New Certificate
{{ csrf_field() }}
@php $staffs = \App\Models\Staff::all(); $affiliates = \App\Models\Affiliate::active()->get(); $investors = \App\Models\Investor::all(); @endphp
@endsection @section('page-js') @endsection