@extends('layouts/home') @section('title') Kết quả tìm kiếm - {{$contact['company_name']}} @endsection @section('style') @endsection @section('content')
@include('layouts.header') @include('layouts.nav-mobile')

Kết Quả Tìm Kiếm : {{$s}}

@foreach($news as $k => $n)
@if(file_exists($n->thumbnail)) {{$n->title}} @else {{$n->title}} @endif
  • {{$n->date_post}} {{$n->year_post}}

{{$n->title}}

{{$n->intro}}

@endforeach
@if(count($news)>0) {{$news->appends(Input::only('s'))->links()}} @else

Không tìm thấy kết quả

@endif
@include('layouts.footer') @endsection @section('script') @endsection