@extends('admin.layouts.app') @section('content')

Administración > Instructores

@if ( session('msg') )
{{ session('msg') }}
@endif @if(count($instructors) == 0)

No hay instructores registrados

@endif
@endsection