@extends('layouts.template') @if(Auth::user()->role == 'admin') @section('template')

Edit Purchase Item Details

{{ method_field('PUT') }} {{ csrf_field() }}
@if($errors->has('sales_price')) {{ $errors->first('sales_price')}} @endif
@if($errors->has('sales_price')) {{ $errors->first('sales_price')}} @endif

@endsection @endif