@extends('layout.front') @section('container') @php $pat = explode("/", $_SERVER['REQUEST_URI']); $path = []; foreach($pat as $ph){ if($ph != ""){ $path[] = $ph; } } $link = "/"; @endphp
filter
@endsection @section('js') @endsection