@extends('front.master') @section('seo') {!! $sub->seo !!} @endsection @section('content')
background-size: 140%;">

{{$sub->name}}

{!! $sub->small_desc !!}

@foreach($tours as $tour)
@include('front.partials.main_tour_grid')
@endforeach
{{ $tours->links('front.pagination') }}
@endsection