@extends('admin.layout.index') @section('title') {{__('messages.certificate')}} @endsection @section('css') @endsection @section('content')

{{__('messages.updated-certificate')}}

{{__('messages.add-certificate-pref')}}
@if(!empty($certificate->cover) && file_exists(public_path().'/upload/image/'.$certificate->cover)) @else @endif
@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@endsection @section('js') @endsection