@extends('layout.guest') @section('title') {{ $title }} @endsection @section('content')
@include('directory.partials.header', ['title' => $title])
Sort by:

Loading...
@endsection @section('scripts') @endsection