@extends('backend.master_structure') @section('content') @php use App\MasterModel; $master_instance = new MasterModel(); @endphp @if(Session::has('data-added')) @endif