@extends('layouts/contentLayoutMaster') @section('title', 'أضافة عملية تسويق ') @section('vendor-style') @endsection @section('content')

أضافة عملية تسويق

@csrf
اليوم *
@if ($errors->has('date')) @endif
عنوان الحملة *
@if ($errors->has('title')) @endif
الحدث *
@if ($errors->has('event')) @endif
@foreach($sources as $source)
{{$source->source_ar}} ( مصاريف ) *
عدد نقرات *
@endforeach
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection