@extends('layouts.master') @section('title', 'Damage Create') @section('page-header') Damage Create @stop @push('style') @endpush @section('content')

@yield('page-header')

@csrf @include('partials._alert_message')
Company
Date*
Product
Price
Quantity
SL. Product Name Unit Price Quantity Subtotal
Total
@endsection @section('js') @endsection