@extends('layouts.front_main') @section('title', $page_name) @if(isset($page) && $page) @include('front.partials._meta_properties_page') @endif @section('content')
@include('front.partials._breadcrumb') @if(count($employee->slider_images) > 0)
@foreach ($employee->slider_images as $image)
image")}}');"> image")}}" alt="{{$image->alt_tag}}" class="d-none">
@endforeach
@endif
{!!$employee->description!!}
@if(count($employee->right_side_images) > 0) @foreach ( $employee->right_side_images as $image)
image")}}" alt="{{$image->alt_tag}}" class="image-auto">
@endforeach @endif
@endsection @push('scripts') @endpush