@extends('admin.layouts.master') @section('title','service Page') @section('content')
Add New

Table

@foreach($services as $service) @endforeach {{$services->appends($_GET)->links()}}
# Created At English Title Arabic Title Section Action
{{$loop->iteration}} {{$service->created_at->format('Y-m-d')}} {{$service->title_en}} {{$service->title_ar}} @if($service->section ==\App\AboutService::SECTION_FOR_SALE) For Sale @elseif($service->section ==\App\AboutService::SECTION_FOR_RENT) For Rent @elseif($service->section ==\App\AboutService::SECTION_PARTICIPATION) Participation @elseif($service->section ==\App\AboutService::SECTION_FOR_SWAP) For Swap @elseif($service->section ==\App\AboutService::SECTION_INCOME_PROPERTIES_INCOME) Income Properties @elseif($service->section ==\App\AboutService::SECTION_IN_AUCTION) In Auction @elseif($service->section ==\App\AboutService::SECTION_EXCLUSIVE_PROPERTIES) Exclusive Properties @elseif($service->section ==\App\AboutService::NEW_PROJECTS) New Projects @elseif($service->section ==\App\AboutService::SECTION_MORTGAGE) Mortgage @elseif($service->section ==\App\AboutService::SECTION_FORECLOSURE)Foreclosure @elseif($service->section ==\App\AboutService::SECTION_SERVICED_APARTMENTS)Serviced Apartments @elseif($service->section ==\App\AboutService::SECTION_REQUEST_FOR_BUY)Request Buy @elseif($service->section ==\App\AboutService::SECTION_REQUEST_RENT)Request Rent @endif
@csrf @method('DELETE')
@endsection