@extends('layouts.app') @section('title', 'Actors') @section('content')

Actors

Add Actor @foreach ($actors as $actor) @endforeach
ID Actor ID Role Address Postal Code City Latitude Longitude Geolocation Actions
{{ $actor->actor_id }} {{ $actor->actorid }} {{ $actor->roles }} {{ $actor->address }} {{ $actor->postal_code }} {{ $actor->city }} {{ $actor->latitude }} {{ $actor->longitude }} {{ $actor->geolocation }} Edit View
@csrf @method('DELETE')
@endsection