@extends('panel.layouts.layout') @section('content') @lang('home.home') / @lang('home.issuing_certificates') / @lang('home.issuing_certificates') @lang('home.links') @lang('home.general_settings') @lang('home.full_report') @lang('home.issuing_certificates') @if ($errors->any()) @foreach ($errors->all() as $error) ×{{ $error }} @endforeach @endif @if(Session::has('success')) ×{{ Session::get('success') }} @endif @csrf @lang('home.course')* @lang('home.select_one') @foreach($courses as $course ) {{ @$course->translations->first()->title }} @endforeach @lang('home.instractor_name') * @lang('home.from_hejri_date') * @lang('home.to_hejri_date') * @lang('home.time_couse') * @lang('home.save') @stop