@extends('layouts.master') @section('title', 'nationality') @section('content')

{{ trans('label.nationality') }}

{{-- detail btn --}}
@include('pages.nationality.detail.card.card_detail')
{{--
(( item.name ))
--}}
@include('pages.activity.detail.list.list_activity')
Loading...
@include('pages.nationality.components.add_modal') @include('pages.nationality.detail.modal.update_modal') @include('pages.activity.detail.modal.add_activity')
@method('DELETE') @csrf
@endsection @section('script-footer') {{-- --}} {{-- --}} @include('pages.activity.components.sort_order_manager') @include('components.list.list_file_by_model') @include('components.card.card_system_properties') @include('pages.activity.detail.list.list_chat') @include('pages.activity.detail.list.list_chat_aside') {{-- xu ly collapse_all --}} @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection