{{-- extend layout --}}users @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Empresas') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content') @endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection