@extends('layouts.front') @section('page_title') @parent @if($page->metatitle) {{$page->metatitle}} @else {{$page->title}} @endif @endsection @section('head-js') @stop @section('meta') @stop @section('main') {{$page->title}} خانه {{$page->title}} {!! $page->content !!} @foreach($brands as $brand) @if($brand->src) src) src="{{asset('/uploads/brand-images/'.$brand->src)}}" @else src="/no-image.jpg" @endif title="{{$brand->title}}" alt="{{$brand->title}}"> @endif {{$brand->title}} @endforeach @stop @section('js') @stop