@extends('layouts.admin_default')
@section('title', 'Manage')
@section('page', 'Manage / List')
@section('content')
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
Title |
parent Name |
Status |
created_at |
Action |
@endsection
@section('footer')
@endsection