@extends('layouts/contentLayoutMaster') @section('title', 'بطاقة الهدايا') @section('vendor-style') @endsection @section('content')

أضافة بطاقة جديدة

@csrf
العنوان *
@if ($errors->has('title')) @endif
الصورة*
@if ($errors->has('logo')) @endif
@if ($errors->has('status')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection