@extends('admin.layout.master') @section('title', 'الماركات') @section('content')

الماركات

إنشاء جديد

@csrf
@if ($errors->has('discount_code')) {{ $errors->first('discount_code') }} @endif

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop