@extends('admin.layouts.app') @section('title', 'Create Gift') @section('content')

Create Gift

@csrf @include('admin.gifts.form')
@endsection