@extends('layouts.mobile') @section('title') {{__($title)}} @endsection @section('meta') @endsection @section('content_mobile')
@endsection @section('js') @foreach($manager->getScripts() as $script) @endforeach @endsection @section('css') @endsection