@extends('main') @section('css') @endsection @section('content') Home {{ucwords($page['page_title'])}} {{ucwords($page['page_title'])}} @if (Session::has('message')) {{ Session::get('message') }} @endif @if (Session::get('error_msg')) × {{Session::get('error_msg')}} @endif @if (Session::get('succ_msg')) × {{Session::get('succ_msg')}} @endif @if($data->count()>0) @foreach($data as $legal) {{ $legal->title}} -{{$legal->subject}} @endforeach @endif @endsection @section('js') @endsection
{{ Session::get('message') }}