@extends('admin.layout.master') @section('import-css') @stop @section('body')
{{csrf_field()}}
@if ($errors->has('reward_title')) {{ $errors->first('reward_title') }} @endif
@if($basic->reward_image == null) ... @else ... @endif
Select image Change Remove
@if ($errors->has('reward_image'))
{{ $errors->first('reward_image') }}
@endif
@if ($errors->has('reward_details')) {{ $errors->first('reward_details') }} @endif
@stop @section('import-script') @stop