@extends('company.layouts.app') @section('title', 'Dashboard') @section('content')
@if (session('success')) @endif @if (session('error')) @endif
@endsection