@extends('layout.master') @section('PM') active @endsection @section('content')
Membership details
@if(session()->has('success'))
{{session()->get('success')}}
@endif @if(session()->has('error'))
{{session()->get('error')}}
@endif
{{ csrf_field() }}
@endsection