@extends('layouts.app') @section('content') {{-- Quitamos el bg-gray-900 y dejamos el div limpio --}}
@yield('client_content')
@endsection