@extends('layouts.master') @section('title', 'Sliders | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.sliders')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.image') }} | {{ __('basic.type') }} | {{ __('basic.service') }} | {{ __('basic.name') }} | {{ __('basic.handle') }} |
|---|---|---|---|---|
|
|
@if ($iteam->type == 1) @php $type = "First slide in hp"; @endphp @elseif ($iteam->type == 2) @php $type = "Second slide in hp"; @endphp @elseif ($iteam->type == 3) @php $type = "Third slide in hp"; @endphp @elseif ($iteam->type == 51) @php $type = __("basic.first slide on mobileApp"); @endphp @elseif ($iteam->type == 52) @php $type = __("basic.second slide on mobileApp"); @endphp @elseif ($iteam->type == 53) @php $type = __("basic.third slide on mobileApp"); @endphp @elseif ($iteam->type == 54) @php $type = __("basic.forth slide on mobileApp"); @endphp @endif {{ $type }} | @if ($iteam->service_type == 1) @php $service_type = __('basic.tag'); @endphp @elseif ($iteam->service_type == 2) @php $service_type = __('basic.destination'); @endphp @elseif ($iteam->service_type == 3) @php $service_type = __('basic.unit'); @endphp @elseif ($iteam->service_type == 4) @php $service_type = __('basic.package'); @endphp @elseif ($iteam->service_type == 5) @php $service_type = __('basic.trip'); @endphp @elseif ($iteam->service_type == 6) @php $service_type = __('basic.visa'); @endphp @elseif ($iteam->service_type == 7) @php $service_type = __('basic.vehicle'); @endphp @elseif ($iteam->service_type == 8) @php $service_type = __('basic.main category'); @endphp @elseif ($iteam->service_type == 9) @php $service_type = __('basic.sub category'); @endphp @elseif ($iteam->service_type == 10) @php $service_type = __('basic.sub sub category'); @endphp @endif {{ $service_type }} | {{ $iteam->name }} | Edit |