@extends('layouts.admin') @section('content')
Party Name Details
{!! csrf_field() !!}
@if ($errors->has('region')) {{ $errors->first('region') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('opening_balance')) {{ $errors->first('opening_balance') }} @endif
@if ($errors->has('balance')) {{ $errors->first('balance') }} @endif
@if ($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if(!empty($partyname)) {!! method_field('PUT') !!} @endif {{ csrf_field() }}
@endsection @section('footer-content') @endsection