{{-- resources/views/representatives/show.blade.php --}} @extends('layouts.app') @section('content')

Representative Details

User: {{ $representative->user->name }}
Department: {{ $representative->department->name }}
Branch: {{ $representative->branch->name }}
District: {{ $representative->district->name }}
Region: {{ $representative->region->name }}
Back to List
@endsection