@extends('adminlayout.dashadmin') @section('content')
@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Update Warranty

@csrf
@if ($errors->has('warranty')){{ $errors->first('warranty') }}@endif
@if ($errors->has('moter_warranty')){{ $errors->first('moter_warranty') }}@endif
@endsection