@extends('main.en.master') @section('seo') {{$website}} @endsection @section('content')

{{ $catname }}

@foreach($teb as $t)

{{ $t->title }}

{{ $t->abstract }}

Continue

@endforeach
@endsection