@extends('layouts.default') @section('content')

Price Master

@foreach ($errors->all() as $errorr) @endforeach @if (Session::get('success'))
{{ Session::get('success') }}
@endif @if (Session::get('error'))
{{ Session::get('error') }}
@endif
{{ csrf_field() }}
@if(!empty($data['sku_code'])) @endif