@extends('layouts.organization') @section('breadcrumb')

{{__('Add Certificate')}}

@endsection @section('content')
{{ __('Select Certificate') }}
@foreach($certificates as $certificate) @endforeach @if(count($certificates))
@csrf
@else
img
{{ __('Certificate Not Found') }}
@endif
@endsection @push('style') @endpush @push('script') @endpush