|
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
Personal - Vis
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="{{ route('staff.index') }}" class="text-white">Vis Personal</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
show.blade.php
|
|
@endsection
|