@extends('dashboard.master') @section('title', ' صور الصنف ' . $unit->title) @section('store' . $unit->category->id . '-active', 'active') @section('content')
@forelse ($unit_images as $image)
@empty

لا يوجد صور

@endforelse
{{$unit_images->links()}}
@endsection