@extends('layout.master2') @section('content')
@if (session('block'))
{{ session('block') }}
@endif
@endsection