@extends('layouts.law') @section('content')
    @foreach($sliders as $slider) @if($slider->type == "Image")
  • @else
  • @endif @endforeach
@endsection