@extends('layouts.admin_master') @section('content')
@if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if(Session::has('error')) @endif
@csrf

{{-- For Best Result Upload Image Size is:- 400px * 250px --}}
is_refurbished) checked @endif name="is_refurbished" value="1" class="mt-2" style="height: 20px;width: 20px;" placeholder="Enter Price" required>
@foreach($highlights as $key=> $highlights_data) @endforeach
Repair Details Price Action
@endsection @section('scripts') @parent @endsection