@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content') {{-- for success msg --}} @if (session('success'))
{{ session('success') }}
@endif

Life Insurance / Edit

@if(isset($in_products->id))
@method('PUT') @else @method('PUT') @endif
@csrf
user-avatar

Allowed JPG, GIF or PNG. Max size of 800K


@endsection