@extends('layouts.admin.master') @section('title') {{ __('Nathinalty') }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')
| {{ __('Name') }} | {{ __('Status') }} | {{ __('Processes') }} | |
|---|---|---|---|
| {{ $nathinalty->name }} | {{ $nathinalty->status }} | {{ $nathinalty->direction }} |
{{ __('Edit') }}
{{-- --}}
|