@extends('layouts.master') @section('content') @include('partials.breadcrumb')
@csrf
    @foreach($staff as $it)
  • {{$it->title}} {{$it->firstname}} {{$it->lastname}}
  • @endforeach
@endsection @section('style') @endsection @section('script') @endsection