@extends('layouts.master') @section('title', 'تعديل قسم الشركة') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf @method('PUT')
📌 معلومات القسم
@if($companySection->images) @foreach($companySection->images as $img) صورة القسم @endforeach @endif
is_active ? 'checked' : '' }}>
إلغاء
@endsection