@extends('dashboard.layouts.app') @section('css') @endsection @section('content')
إضافة قسم فرعي
@include('dashboard.layouts.message')
@csrf
{{--

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
--}}
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@endsection @section('js') @endsection