@extends("Common::layout.master") @section("title") Produk @endsection @section("head") @endsection @section("content") @if (session('success')) @endif @if (session('error')) @endif
@endsection