@extends('admin-layouts.layouts') @section('extralibrary') @endsection @section('content')

Add Gift

{{-- --}}

Create New Gift

@csrf
@if($errors->has('price'))

{{ $errors->first('price') }}

@endif
@if($errors->has('image'))

{{ $errors->first('image') }}

@endif
Back
@endsection @section('jslibrary') @endsection