@extends('layouts.main') @section('content')
@session('success') @endsession
@if (App::getLocale() == 'en') @foreach ($brands as $brand)
...
{{ $brand->name_en }}

{{ $brand->origin_en }}

{{ $brand->description_en }}

Visit Company Website

{{ 'Explore Products' }}
@endforeach @else @foreach ($brands as $brand) @endforeach @endif
@endsection