@extends('layout.backend.main') @section('page_content') @if ($errors->any())
@endif

Add New Stock

@csrf
@endsection @section('script') @endsection