@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@include('langs::includes.messages') @yield('content_languages')
@endsection @yield('scripts') @section('js') @endsection