@extends('base') {{-- uncomment this section if want to override mobile menu @section('mobile-menu') template specific mobile menu @endsection --}} @section('template-content')
{!! $info !!} @yield('content')
@endsection