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

انشاء شهادة جديدة

{!! Form::open(['route' => 'dashboard.ipastore.certificates.store', 'files' => true]) !!}
@include('dashboard::ipastore.certificates.form')
{!! Form::submit('انشاء', ['class' => 'btn btn-primary btn-alt-primary']) !!}
{!! Form::close() !!}
@endsection