@extends('layouts.horizontal-developer') @section('content')

Kelola Staff

Semua Staff

@if(session('success')) @endif
@foreach($staff as $data) @endforeach
# Name No Telp Email Facebook Photo Action
{{ $loop->iteration }} {{$data->name}} {{$data->phone}} {{$data->email}} {{$data->facebook_name}} Edit
@method('delete') @csrf
{{$staff->links()}}
@endsection