@extends('pages/page') @section('js') @endsection @section('css') @parent {{-- We borrow the subcat layout for images --}} @endsection @section('extra_nav')
{!! csrf_field() !!}
@endsection @section('below_content') @php $alerts = app(Cartalyst\Alerts\Alerts::class)->get(); @endphp @foreach ($alerts as $alert) @endforeach
{!! csrf_field() !!}
@if ($extras)
@endif @if ($sector_categories)

Please select a subcategory

@foreach ($sector_categories as $sector_categorie)
{{ $sector_categorie->title }}
@endforeach @endif @endsection