@extends('admin.layouts.master') @section('content')

الصفات

اضف
{{--

--}}
@foreach($adjectives as $adjective) @endforeach
# الاسم التحكم
{{$loop->iteration}} {{$adjective->name}}
@endsection