@extends('backend.master_structure') @section('content') @php //print_r($member_data); use App\MasterModel; $master_instance = new MasterModel(); @endphp @if(Session::has('ErrorStatus')) @elseif(Session::has('SuccessStatus')) @endif

Account Settings