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

Product List

has('search')) value="{{ request()->search }}" @endif>
@if ($message = Session::get('success')) @endif
@if (session()->has('message'))
@endif
Product
@include('product.list')
@endsection @section('script') @endsection