@extends('layouts.admin-new') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Investment Certificates   New Certificate
@if(count($certificates)) @foreach($certificates as $certificate) @endforeach @else @endif
Recipient Cert. Number No. of Shares Value per share Membership Date Certificate
{{$loop->iteration}}
{{$certificate->name}}
{{$certificate->reference}}
{{$certificate->no_of_shares}}
₦ {{number_format($certificate->value_per_share, 2)}}
{{$certificate->membership_date}}
{{$certificates->links()}}
No certificates have been issued yet
@endsection @section('page-js') @endsection