@extends('themes.'.config('site_settings.themes_dir').'.layouts.master') @section('title',trans('dealer.title')) @section('description',trans('dealer.description')) @section('canonical', url()->current()) @section('content')

{{trans('dealer.page_title')}}

@foreach(\App\Models\Dealer::where('status',1)->orderBy('sort_order')->get() as $dealer)
@endforeach
@include('/themes.'.config('site_settings.themes_dir').'.layouts.partials.technical_form') @endsection @section('cs') @endsection @section('js') @endsection