@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Data Remove

@if(Session::has('message'))

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

@endif

Data Remove

Remove Custom Data

Note: Checked section will be remove the data.

Cancel

Remove Whole Data

Note: The whole data will be remove.
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop