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

{{ __('Languages') }}

@endslot @endcomponent
{{-- --}} @foreach ($languages as $language) {{-- --}} @endforeach
{{ __('master.name') }} {{ __('Image') }}Short Name{{__('Direction')}} {{ __('master.processes') }}
{{ $language->name }}{{ $language->short_name }} {{ $language->direction }}
@push('scripts') @include('dashbord.include.custom-datatable') @endpush @endsection