@extends('back.layouts.layout') @section('title','Add Certificate') @section('content-header')

Add Certificate

@endsection @section('content')
@csrf @method('post')
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('order')){{ $errors->first('order') }}@endif
@if ($errors->has('featured')){{ $errors->first('featured') }}@endif
Image
@if ($errors->has('image')){{ $errors->first('image') }} @endif
Status
@if ($errors->has('status')){{ $errors->first('status') }} @endif
Publish
@endsection