@extends('admin.template.master') @section('title')

New Arrival all New Arrival information

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

List

ID Product From Date To Date Created At Edited At Action
@endsection @section('javascripts') @endsection