@extends('layouts.master') @section('title', 'title') @section('titlePageHeading', '') @section('content')
@foreach ($liste_tabs as $tabs)
{!! $tabs['name'] !!}
@endforeach
@endsection