@extends('layouts.admin.add') @section('title')تعديل معلومات الطالب@endsection @section('content') @include('includes.admin.header' , ['label_name' => 'تعديل معلومات الطالب' ])
@csrf @method('PUT')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
@for ($i = 1; $i <= 10; $i++) @php $show = false; if($i == 1){ $show = true; } @endphp @endfor
المنصة اسم المادة السعر
@endsection @section('jsCode') @endsection