@extends('website.layouts.app') @section('content') @include('website.layouts.appoinment_btn') @include('website.layouts.head_nav') Home Gallery Gallery @foreach($gallery as $gall) @endforeach @endsection @push("custom-js") @endpush