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

Solutions

Solution Lists
@if (count($solutions) > 0) @foreach ($solutions as $index => $solution) @endforeach @else @endif
# Title (EN) Title (AR) Status Actions
{{ $index + 1 }} {{ $solution->title_en }} {{ $solution->title_ar }} @if ($solution->status == 1) Active @else Dective @endif Edit
Records Not Found
@endsection