@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Create GM Greeting

Create GM Greeting

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Accepted formats: jpg, jpeg, png, gif (max size: 20MB)
Back
@endsection