@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.industry_part_home')}}

@if(isset($industry_part_home)) @endif

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

@if(isset($what_do_home)) @endif

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

@endsection @section('scripts') @endsection