@extends('layouts/contentLayoutMaster') @section('title', 'بطاقة الهدايا') @section('vendor-style') @endsection @section('content') أضافة بطاقة جديدة @csrf العنوان * @if ($errors->has('title')) {{ $errors->first('title') }} @endif الصورة* @if ($errors->has('logo')) {{ $errors->first('logo') }} @endif مفعل @if ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection