@extends('layouts.admin.admin_layout') @section('title', trans('applang.sequential_codes')) @section('vendor-css') @endsection @section('page-css') @endsection @section('content')
{{trans('applang.add')}} {{-- --}}
{{-- --}} @if ($seq_codes->count() > 0) @foreach ($seq_codes as $seq_code) {{-- --}} @endforeach @endif
{{trans('applang.id')}} {{trans('applang.model')}} {{trans('applang.prefix')}} {{trans('applang.numbers_length')}} {{trans('applang.actions')}}
id == 1 ? "disabled" : ""}}>
{{$seq_code->id}} {{$seq_code->model}} {{$seq_code->prefix}} {{$seq_code->numbers_length}} {{-- @if($seq_code->id != 1) @endif--}}
{{-- --}} {{-- @include('erp.settings.sequential-codes.modals')--}} @endsection @section('page-vendor-js') @endsection @section('page-js') {{-- --}} {{-- --}}{{-- --}}{{-- --}} @if (app()->getLocale() == 'ar') @else @endif @endsection