@extends('layouts.master') @section('title'){{__('sidebar.home_page')}} @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') {{__('sidebar.home_page')}} @endslot @slot('subtitle') {{__('sidebar.website')}} @endslot @endcomponent
@csrf

{{__('genral.main_part')}}

@if($main_part_home->count()>0) @foreach ($main_part_home as $main_part_home_ )
@if(isset($main_part_home_->image)) @endif
@endforeach @else
{{-- --}}
@endif
{{-- @if(isset($industy_services) && $industy_services->count() > 0) @else --}} @if($main_part_home->count()>0) @else @endif

{{__('genral.map')}}

@if(isset($map)) @endif

@endsection @section('scripts') @endsection