@extends('layouts.app') @section('head') @endsection @section('content')

{{$translation->name}}

{{$translation->content}}

@include('Gig::frontend.search.children')
@include('Gig::frontend.search.filter')
@foreach($rows as $row)
@include('Gig::frontend.search.loop')
@endforeach
{{$rows->appends(request()->query())->links()}}
@endsection @section('footer') @endsection