@extends('layouts.master') @section('title') @lang('Title') @endsection @section('css') @endsection @section('content')

Posts List

@if (session()->has('message'))
@endif
Product
@include('product.list')
@endsection @section('script') @endsection