@extends('admin.layout.master') @section('title', 'الجمعيات') @section('content')

الجمعيات

إنشاء جديد

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('rounds_type')) {{ $errors->first('rounds_type') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('launch_date')) {{ $errors->first('launch_date') }} @endif
@if ($errors->has('round_price')) {{ $errors->first('round_price') }} @endif
@if ($errors->has('slots')) {{ $errors->first('slots') }} @endif
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if ($errors->has('total')) {{ $errors->first('total') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop @section('scripts') @endsection