@extends('layouts.app') @section('content')
{{ __('Create New Gift') }}
@csrf
{{ __('Create New Gift') }}
{{ __('Back') }}
@endsection