@extends('layouts.admin') @section('content')
Target Points Details
{!! csrf_field() !!}
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('points')) {{ $errors->first('points') }} @endif
@if(!empty($target_point)) {!! method_field('PUT') !!} @endif {{ csrf_field() }}
@endsection @section('footer-content') @endsection