@extends('layouts.master_app') @section('title') Empleado @endsection @section('menu_tickets', 'here show') @section('css') @endsection @section('content')

Empleado Listar todos

x
@include('partials.success') @foreach( $persons as $person ) @endforeach
Nombre Apellido paterno Apellido materno Foto Genero
{{ $person->name }} {{ $person->last_name }} {{ $person->mothers_last_name }} {{ $person->photo }} {{ $person->gender }}    
@endsection @section('js') @endsection