@extends('backend.layouts.master') @section('section-title', 'Pathao') @section('page-title', 'Add Pathao') {{-- @if (check_permission('product.update')) @section('action-button') All Product @endsection @endif --}} @section('content')
@csrf
{{-- Product name --}}
{{--
{{ $errors->has('name') ? $errors->first('name') : '' }}
--}}
{{-- Product barcode --}}
{{--
{{ $errors->has('barcode') ? $errors->first('barcode') : '' }}
--}}
{{-- Price --}}
{{--
{{ $errors->has('purchase_price') ? $errors->first('purchase_price') : '' }}
--}}
{{-- --}}
@endsection @push('js') @endpush