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

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

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