@extends('layouts.Master') @section('page')

{{$page_title}}

{{Session::get('message')?Session::get('message'):''}}

@csrf
@endsection