@extends('layouts.admin.master') @section('title') {{ __('Nathinalty') }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

{{ __('Nathinalty') }}

@endslot @endcomponent
@foreach ($nathinalties as $nathinalty) @endforeach
{{ __('Name') }} {{ __('Status') }} {{ __('Processes') }}
{{ $nathinalty->name }} {{ $nathinalty->status }} {{ $nathinalty->direction }}
{{ __('Edit') }} {{--
--}} {{-- @csrf--}} {{-- @method('delete')--}} {{-- --}} {{--
--}}
@csrf @method('delete')
@push('scripts') @endpush @endsection