@extends('statepanel.layout.master') @section('content')
@csrf
Assign Price
@if ($errors->has('local_government')) {{ $errors->first('local_government') }} @endif
@if ($errors->has('town')) {{ $errors->first('town') }} @endif
@if ($errors->has('market')) {{ $errors->first('market') }} @endif
@if ($errors->has('stand')) {{ $errors->first('stand') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('size')) {{ $errors->first('size') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@endsection