@extends('layouts.app') @section('style') @endsection @section('content')
New Insurance Product
@csrf
@if ($errors->has('product_name'))
{{ $errors->first('product_name') }}
@endif
@if ($errors->has('category'))
{{ $errors->first('category') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@section('script') @endsection @endsection