@extends('layouts.frontend.main') {{-- content --}} @section('content')
@foreach($list as $key => $value)
{!! $value['title'] !!}
@endforeach
Back
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop