@extends('site_app') @section('head_title', trans('words.type_text').' - '. getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(get_web_banner('list_top')!="")
{!!stripslashes(get_web_banner('list_top'))!!}
@endif
@foreach($type_list as $type_data) @endforeach
@include('_particles.pagination', ['paginator' => $type_list])
@if(get_web_banner('list_bottom')!="")
{!!stripslashes(get_web_banner('list_bottom'))!!}
@endif @endsection