@extends('admin.layouts.app', [ 'title' => $tnm . ' Sorting', 'header' => true, 'aside' => true, ]) @section('content')
@include('admin.components.title-bar', [ 'name' => $tnm . ' Sorting', 'routeName' => $rnm, 'submit' => true, ])
@stack('title-bar')
    @if ($vendors->count()) @foreach ($vendors as $vendor)
  • @endforeach @endif
@endsection @push('script') @stack('sorting-script') @endpush