@extends('layouts.admin') @section('content')
{{ __('Edit Plan') }} {{ __('Back') }}
{{ __('Edit Plan Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}

@if (count($informations) != 0) @foreach ($informations as $key=>$info)
@endforeach @endif
{{__('Add More Field')}}
@endsection @section('scripts') @endsection