@extends("admin.admin_app") @section("content")
@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
@foreach($data_list as $i => $data) @endforeach
{{trans('words.home_section_title')}} {{trans('words.status')}} {{trans('words.action')}}
{{ stripslashes($data->section_name) }} @if($data->status==1){{trans('words.active')}} @else{{trans('words.inactive')}}@endif
@include("admin.copyright")
@endsection