@extends('layouts.welcomelayouts.app') @section('title') {{App\general::latest()->first()->name}} | {{App\general::latest()->first()->subtitle}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@foreach(App\brand::where('status',true)->get() as $brand) @endforeach
@endsection @push('js') @endpush