@extends('layouts.default') @push('title', get_phrase('Instructors')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('Instructors') }}

{{ get_phrase('Learn to train with the best personal trainer') }}

@if (count($instructors) > 0)
@endif
@endsection